初始代码:
{dede:channel type='top' row='10' currentstyle=" |
修改方法:
打开 includetaglibchannel.lib.php 找到
$linkOkstr = str_replace("~typename~",$row['typename'],$linkOkstr);
|
在其下面加入下面的代码段:
$linkOkstr = str_replace("~autoindex~",$GLOBALS['autoindex'],$linkOkstr);
|



