<{if 判斷式"}> 成立 <{else}> 不成立 <{/if}>
<meta http-equiv="refresh" content="0;url=smarty_02/" />
header("location:admin/index.php");
這種寫法有個先決的條件,就是前面不能出現任何的輸出.否則會錯誤
<script language="JavaScript"> window.location.replace("https://www.ugm.com.tw"); </script>
<div style='position:fixed;top:1px;left:1px;z-index:10000'> <{if $smarty.session.admin}> <a href="<{$smarty.const.WEB_URL}>/admin/index.php"> </a> <{else}> <a href="<{$smarty.const.WEB_URL}>/admin.php"> </a> <{/if}> </div >