Copyright @ 2015-2024 织梦园 版权所有 Power by DedeCms
鲁ICP备15039853号-2

模板标签 TAG标签 网站地图 XML地图 今日更新 返回顶部
if($rank!=0 || $ismake==-1 || $typeid==0 || $money>0) { //动态文章 if($cfg_rewrite == ‘Y’) { return $GLOBALS[“cfg_plus_dir”].”/view-“.$aid.’-1.html'; } else { return $GLOBALS[‘cfg_phpurl’].”/view.php?aid=$aid”; } } |
if($rank!=0 || $ismake==-1 || $typeid==0 || $money>0) { //——–跳转网址不经过中间页直接显示—————-begin— global $dsql; $flag = $dsql->GetOne(“select * from dede_archives where id = $aid;”); $flag = $flag[‘flag’]; if(preg_match(“/j/”,$flag)){ $addontable = $dsql->GetOne(“select art.id,cht.addtable from dede_arctype art left join dede_channeltype cht on art.channeltype = cht.id where art.id = $typeid”); $addtable = $addontable[‘addtable’]; $GoUrl = $dsql->GetOne(“select redirecturl from $addtable where aid = $aid”); $redirecturl = $GoUrl[‘redirecturl’]; if($redirecturl != ”){ return $redirecturl; } } //——–跳转网址不经过中间页直接显示—————-end— //动态文章 if($cfg_rewrite == ‘Y’) { return $GLOBALS[“cfg_plus_dir”].”/view-“.$aid.’-1.html'; } else { return $GLOBALS[‘cfg_phpurl’].”/view.php?aid=$aid”; } } |