<?php
// 將變數送到Smarty樣板檔
$smarty->assign('ptitle', _PAGE_TITLE);
$smarty->assign('header', _HEADER);
// 取得目前網址
$smarty->assign('action', $_SERVER['PHP_SELF']);
$smarty->assign('op', $op);
// 呈現在哪個檔案 templates/xxx.tpl
$smarty->display($tpl);