include函数

include函数

如果设置了 assign 属性,该属性对应的变量名用于保存待包含模板的输出,这样待包含模板的输出就不会直接显示了。

可以在属性中传递参数给待包含模板. 传递给待包含模板的参数只在待包含模板中可见

eg:

{*title,table_bgcolor会取代原有的title,table_bgcolor属性*}

{include file="header.tpl" title="Main Menu" table_bgcolor="#c0c0c0"}
{* body of template goes here *}
{include file="footer.tpl"}

继续学习
||
<?php echo "include函数";
提交重置代码