List Call
The template includes the following predefined thematic fields:
Special Topic ID: [!--self.classid--]
Special Topic Title: [!--pagetitle--]
Special Feature Introduction: [!--class.intro--]
Special Topic Thumbnail URL: [!--class.classimg--]

Call the special topic list using the Dynamic Index Tag:
[e:loop={"select * from [!db.pre!]enewszt where ztid='$GLOBALS[navclassid]' order by ztid desc limit 20",0,24,0}]
专题id:<?=$bqr[ztid]?>
专题名称:<a href="<?=$public_r[newsurl]?><?=$bqr['ztpath']?>/"><?=$bqr['ztname']?></a>
专题图片:<img src="<?=$bqr[ztimg]?>" />
专题简介:<?=$bqr['intro']?>
关键词:<?=$bqr[ztpagekey]?>
创建时间:<?=date('Y-m-d',$bqr[addtime])?>
[/e:loop]The article content page displays the associated topic.
[e:loop={"select * from [!db.pre!]enewsztinfo where classid='$navinfor[classid]' and id='$navinfor[id]'",0,24,0}]
当前文章来自专题:<a href="<?=$public_r[newsurl]?><?=$class_zr[$bqr[ztid]][ztpath]?>/"><?=$class_zr[$bqr[ztid]][ztname]?></a><br>
[/e:loop]data sheet
