All pastes #518978 Raw Edit

Something

public text v1 · immutable
#518978 ·published 2007-05-29 14:23 UTC
rendered paste body
$this -> smarty = tx_rtpsmarty::newSmartyTemplate();

$this -> smarty -> assign('hello', 'Hello world' );

$content = $this -> smarty -> display(PATH_site . $this->conf['sometemplatepath']);	

return $this->pi_wrapInBaseClass($content);