我是照着官方的视频教程SupeSite_templates_help.wmv(找不到下载地址了)操作,自己制作一个index.html.php模板
代码:
<?exit?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>ss</title>
</head>
<body>
<!--{block name="bbsthread" parameter="dateline/1209600/attachment/1/order/views DESC/limit/0,1/cachetime/900/bbsurltype/site/cachename/toutiaonew/tpl/subject_li"}--><!--图片资讯-->
<!--{loop $_SBLOCK['toutiaonew'] $value}-->
{eval secho($value);}
<!--{/loop}-->
</body>
</html>
测试的时候就是无法看到更新内容,还是显示默认的模板,我已经把缓存,HTML都关了,哪个高手帮指点下?
[ 本帖最后由 lingxin 于 2008-8-26 15:20 编辑 ] |