当前位置:首页 > CMS教程 > Destoon > 列表

destoon 公告栏的调用标签和模板文件

发布:smiling 来源: PHP粉丝网  添加日期:2014-01-10 16:29:21 浏览: 评论:0 

首先的destoon的默认的首页他的公告栏调用是用的如下代码:

  1. <!--{tag("table=announce&condition=totime=0 or totime>$today_endtime-86400&areaid=$cityid&pagesize=3&datetype=2&order=listorder desc,addtime desc&target=_blank")}--> 
它的这个标签引用的模板文件是template/default/tag/list.htm文件,当我们不想用这个list.htm文件,而想要用到自己写的样式和模板,可以复制一份这个文件,把文件名改为例如 list-index.htm,样式和标签可以自己照list.htm调用.

在首页我们用如下代码:

<!--{tag("table=announce&condition=totime=0 or totime>$today_endtime-86400&length=30&areaid=$cityid&pagesize=3&datetype=2&order=listorder desc,addtime desc&target=_blank&template=list-index")}-->

写上自己的模板文件即可。

Tags: destoon 公告栏 调用

分享到: