首页 > CMS > 织梦DEDE > 正文

织梦dede:channel的currentstyle里面加入~autoindex~自增

2024-07-12 09:00:31
字体:
来源:转载
供稿:网友

织梦模板代码

{dede:channel type='top' row='10' currentstyle="<li class='hover'><a href='~typelink~' ~rel~><span>~typename~</span>~autoindex~</a></li>"}<li><a href='[field:typeurl/]' [field:rel/]><span>[field:typename/]</span>[field:global name=autoindex/]</a></li>{/dede:channel}

 

修改方法

打开 /include/taglib/channel.lib.php 找到

$linkOkstr = str_replace("~typename~",$row['typename'],$linkOkstr);

在它的下面加入

$linkOkstr = str_replace("~autoindex~",$GLOBALS['autoindex'],$linkOkstr);


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表