dede 子栏目中调用其所属顶级栏目的名称及简介

时间:2014-08-09

 

{dede:field name=’id’ runphp="yes"}
global $cfg_basehost,$cfg_cmspath,$cfg_indexurl;
$dsql = new DedeSql(false);
$a="SELECT tp.reid FROM 2d30_arctype as tp where tp.id=@me";
$arcRow = $dsql->GetOne($a);
@me="$arcRow[reid]";
if(@me==0)@me=’<a href="/">
首页</a>’;
else {$b="SELECT * FROM 2d30_arctype as tp where tp.id=@me";
$tpRow = $dsql->GetOne($b);
@me=’<a href="’.$tpRow[typedir].’/">’.$tpRow[typename].’</a>’.$tpRow[description].$tpRow[keywords];
$url=$cfg_basehost.$cfg_cmspath;
@me=str_replace(‘{cmspath}’,$url,@me);
}
$dsql->Close();

上一条:彻底解决dedecms专题内容的介绍文字最多250个字的问题 下一条:dede在首页调用文章内容的方法解析

相关文章

最新文章