在 include/taglib/channel.lib.php line 140
$linkOkstr = str_replace("~typename~",$row['typename'],$linkOkstr);
后面补上一句
$linkOkstr = preg_replace_callback('/~global.(w+)?~/i', function($matches)
{ return $GLOBALS[$matches[1]]; }, $linkOkstr);
即可如下使用:
{dede:channel type='top' row='10' currentstyle="
~typename~
[field:typename/]
{/dede:channel}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)