公共底部模板范例
</div> <div class="footer"> ... </div> {include file=$_Y['template']['global_footer']}
說明:
1、{include file=$_Y['template']['global_footer']} 是調(diào)用系統(tǒng)底部的模板 一般情況下必須。
2、第一行中的 </div > 是用來閉合公共頭部模板中的 <div class="wp"> 元素的
3、<div class="footer">...</div> 是自定義代碼 無要求
注意:
系統(tǒng)底部模板({include file=$_Y['template']['global_footer']})中包含了</body>標(biāo)簽,所以 footer.htm 只要寫</body>之前的內(nèi)容即可