The default first page announcement in Destoon is called as follows:
Copy the Code code as follows: $today _endtime-86400&areaid= $cityid &pagesize=3&datetype=2&order= Listorder desc,addtime Desc&target=_blank ")}–>
The template file referenced by this tag is the template/default/tag/list.htm file.
When we don't want to use this list.htm file, and want to use the style and template that we write, we can copy this file and change the file name to such as List-new.htm.
Styles and labels can be changed by referencing the list.htm call rules themselves.
At this time on the homepage we can call the following method:
Copy the Code code as follows: $today _endtime-86400&length=30&areaid= $cityid &pagesize=3&datetype=2 &order=listorder desc,addtime desc&target=_blank&template=list-new")}–>
That is, on the basis of the original call to write their own template file.
http://www.bkjia.com/PHPjc/825466.html www.bkjia.com true http://www.bkjia.com/PHPjc/825466.html techarticle The default first page announcement in Destoon is called as follows: Copy code code as follows:!–{tag ("TABLE=ANNOUNCEGT; $today _endtime-86400pagesize=3order=listorder desc , Addtime DESCGT; This ...