R 
		
				
			
		ragtek
Guest
Hi, in the PageContainer Template we can find
	
	
	
		
I tried to manipulate it:
	
	
	
		
I thought, this would be enough to get 'test' into the  template but it's not working.
				
			
		Code:
	
	<xen:if is="{$head}"><xen:foreach loop="$head" value="$headElement">{xen:raw $headElement}</xen:foreach></xen:if>
	I tried to manipulate it:
		PHP:
	
	/** $return is now the view object */
$return = parent::actionIndex();
            $return->containerParams += array('$head.rss'  => 'test');