1、實例:如后台admin模塊,公用一個header.html和footer.hml
2、模塊結構:

3、使用方式:
{include file="common/header"}
<!-- <body>在header里,不用在寫 -->
<div>
let's do something !~
</div>
<!-- </body>在footer里,不用在寫 -->
{include file="common/footer"}
1、實例:如后台admin模塊,公用一個header.html和footer.hml
2、模塊結構:

3、使用方式:
{include file="common/header"}
<!-- <body>在header里,不用在寫 -->
<div>
let's do something !~
</div>
<!-- </body>在footer里,不用在寫 -->
{include file="common/footer"}
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。