mam cos takiego:
$smarty = Zend::registry('smarty');
$smarty->assign('tytul', 'Msze.pl');
$smarty->assign('content', WSTAW_INNY_SZABLON_SMARTY);
$smarty->display('glowna.tpl');
w szablonie glowna.tpl mam zmienna $content i chce zeby zamiast niej byl wstawiony inny szablon (WSTAW_INNY_SZABLON_SMARTY),
jak to moge zrobic
