8.5 应用举例 留言板模板
来源:网络作者:站长
留言板时间格式修改
<?=format_datetime($r[lytime],'Y-m-d H:i')?> <?=format_datetime($r[lytime],'Y-m-d')?>
动态页面支持留言
一、查找e/class/functions.php这个文件里面的这段代码:
$gbtemp=str_replace("<!--empire.listtemp.footer-->",$listtemp_r[2],$gbtemp);
增加下面两句代码:
$gbtemp=DoRepEcmsLoopBq($gbtemp); $gbtemp=RepBq($gbtemp);
二、再打开e/data/template/gbooktemp.txt文件
在头部require("../../class/connect.php");这串代码后面添加下面两串代码:
require("../../class/t_functions.php"); require("../../data/dbcache/class.php");
你觉得文章内容怎么样