Thread Template Include (49 answers)
Opened by tomlong at 2004-04-04 20:44

tomlong
 2004-04-20 19:22
#1911 #1911
User since
2003-08-04
93 Artikel
BenutzerIn
[default_avatar]
eigentlich ganz simpel ...

du füllst ganz normal dein Template und printest dann nicht nach STDOUT sondern in einen String.
$content = $template->output();

dann füllst du das Haupttemplate mit dem vorher gefüllten Template :)
$maintemplate->param(CONTENT => $content);

is zwar wirklich nicht sehr schön ... funzt aber wunderbar
Live long and prosper!
42;

View full thread Template Include