$zhuanti=$empire->fetch1("select ztid,classid from {$dbtbpre}enewsztinfo where id = {$r['id']}");
if($zhuanti)
{
//专题名称
$ztname=$class_zr[$zhuanti['ztid']]['ztname'];
//专题链接
$ztlink=sys_ReturnBqZtname($zhuanti);
}
$listtemp='
<li class="show-pic"><a href="[!--titleurl--]"><img src="[!--titlepic--]" />
<h2>[!--title--]</h2>
</a><span><a href="'.$ztlink.'" target="_blank">'.$ztname.'</a></li>';
