Destoon calls the announcement board of the custom template and style. The default homepage announcement bar in destoon is called as follows: Copy the code as follows :! -{Tag ("tableannouncegt; $ today_endtime-86400pagesize3orderlistorderdesc, addtimedescgt; the default homepage announcement bar in destoon is called as follows:
The code is 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, but want to use your own style and template, you can copy this file, the file name is changed to such as list-new.htm.
You can refer to the list.htm call rules to modify the samples and labels.
On the homepage, we can call the following method:
The code is 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, write your own template file on the basis of the original call.
The pipeline code is as follows :! -{Tag ("table = announcegt; $ today_endtime-86400pagesize = 3 order = listorder desc, addtime descgt; this...