在include/taglib/channel.lib.phpline 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’ currentpadding: 0px; margin: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑, “Microsoft Yahei”, “Hiragino Sans GB”, tahoma, arial, 宋体; font-size: 14px;”/>~typename~“}
[field:typename/]
{/dede:channel}