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