{literal} {/literal} ``` 10. #### **註解:{\* 在index.php \*}** 11. #### **條件式樣版:** ``` {if $file_name == "index.php"} {else} {/if} ``` 12. #### **重覆式樣版,from(程式端)、item、key(樣版端)** ``` {foreach from=$陣列變數 item=陣列元素名稱 key=陣列索引名稱} {/foreach} ```
{if $file_name == "index.php"} {else} {/if} ``` 12. #### **重覆式樣版,from(程式端)、item、key(樣版端)** ``` {foreach from=$陣列變數 item=陣列元素名稱 key=陣列索引名稱} {/foreach} ```
{foreach from=$陣列變數 item=陣列元素名稱 key=陣列索引名稱} {/foreach} ```