[!--empirenews.listtemp--]
[!--listvar--]
$listtemp="
![[!--title--]]([!--titlepic--])
-
[!--smalltext--]
[!--this.classname--]
[!--username--]
[!--newstime--]
[!--plnum--]
[!--onclick--]
";
$rst=$empire->query("select tagname,tagpath from {$dbtbpre}enewstags where tagid in (select tagid from {$dbtbpre}enewstagsdata where classid='$r[classid]' and id='$r[id]') order by onclick desc limit 20");
while($art=$empire->fetch($rst)){
$listtemp.="$art[tagname] ";
}
$listtemp.= "
";
[!--listvar--]
[!--empirenews.listtemp--]