smarty include 实例教程

作者:袖梨 2022-07-02

{include file='page_header.tpl'}

{* body of template goes here, the $tpl_name variable
   is replaced with a value eg 'contact.tpl'
*}
{include file="$tpl_name.tpl"}

{include file='page_footer.tpl'}

相关文章

精彩推荐