assign("op", $op); #檔案名稱(含副檔),變數在head.php $smarty->assign("WEB", $WEB); #程式結尾 $smarty->display('theme.html'); #函數 ######################################## # op_test ######################################## function op_test() { return; } ######################################## # op_test1 ######################################## function op_test1() { return; } ```