欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > DEDECMS教程 >
DEDECMS教程

织梦dedecms子栏目中调用其顶级栏目名称和简介的方法

(元素模板) / 2015-05-29 11:04

本文实例讲述了dedecms子栏目中调用其所属顶级栏目的名称和简介的方法。 

顶级栏目的名称及链接:

{dede:field name='id' runphp="yes"}

global $cfg_basehost,$cfg_cmspath,$cfg_indexurl;

$dsql = new DedeSql(false);

$a="SELECT tp.reid FROM dede_arctype as tp where tp.id=@me";

$arcRow = $dsql->GetOne($a);

@me="$arcRow[reid]";

if(@me==0)@me='首页';

else {$b="SELECT * FROM dede_arctype as tp where tp.id=@me";

$tpRow = $dsql->GetOne($b);

@me=''.$tpRow[typename].'';

$url=$cfg_basehost.$cfg_cmspath;

@me=str_replace('{cmspath}',$url,@me);

}

$dsql->Close();

 

Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com