当位于顶级栏目显示下级栏目,当位于二级栏目显示同级栏目,当位于三级目录,显示上级栏目

Posted jizl

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了当位于顶级栏目显示下级栏目,当位于二级栏目显示同级栏目,当位于三级目录,显示上级栏目相关的知识,希望对你有一定的参考价值。

        $row2 = $dsql->GetOne("SELECT * FROM `#@__arctype` WHERE id=‘$typeid‘ ");
        $typeid = $row2[id];
        $reid = $row2[reid];
        $topid = $row2[topid];
        $issetInfos = true;
    }
    
    if($type==‘‘ || $type==sun) $type=son;
    if($type==‘reid‘ && $topid == ‘0‘  ) $type=‘son‘;
    if($innertext==‘‘) $innertext = GetSysTemplets("channel_list.htm");

include aglibchannel.lib.php 

 

        {dede:channel type=reid noself=yes currentstyle=        <li class="thisclass"><a href="~typelink~">~typename~</a></li>
        }
        <li><a href="[field:typeurl/]">[field:typename/]</a></li>{/dede:channel}

 

以上是关于当位于顶级栏目显示下级栏目,当位于二级栏目显示同级栏目,当位于三级目录,显示上级栏目的主要内容,如果未能解决你的问题,请参考以下文章

dede取子栏目时重复显示同级栏目的终极解决方法

dede无子栏目的栏目直接调用顶级栏目(不让调用的解决方法) noself='yes'

织梦一二级导航菜单被点击顶级栏目高亮(加class)解决方法

dedecms获取顶级栏目名称二级栏目名称实现方法 转

织梦DEDECMS调用导航栏的顶级栏目二级栏目及三级栏目

dede织梦调用顶级二级栏目及下三级栏目方法(数据库实现)