Skip to content
Snippets Groups Projects
shop.php 117 B
Newer Older
<?php

$output = $smarty->fetch("shop.tpl");
$smarty->assign("title", "Shop");
$smarty->assign("body", $output);

?>