Newer
Older
<?php
$output = $smarty->fetch("shop.tpl");
$smarty->assign("title", "Shop");
$smarty->assign("body", $output);
?>
<?php
$output = $smarty->fetch("shop.tpl");
$smarty->assign("title", "Shop");
$smarty->assign("body", $output);
?>