织梦导航面包屑中的中文为英文或去掉最后一个大于号

时间:2017-02-17
织梦导航面包屑中的中文为英文或去掉最后一个大于号
 
{dede:field name='position' runphp='yes'}  
$a=mb_strlen(@me);//计算字符串的长度  
@me=cn_substr(@me,$a-3,-1);//截取字符,注意,$a-3可修改为$a-2或$a-1,根据自己情况多测试  
$b = array("首页");//首页可修改为主页,即主页链接名,具体要在后台基本参数设置中修改  
$c = array("home");  
@me=str_replace($b,$c,@me);   
   echo @me;  
{/dede:field}  
上一条:织梦dedecms获取当前内容页栏目id号的方法 下一条:织梦channel 频道标签currentstyle当前栏目高亮,无法应用于type=sun或son子分类中

相关文章

最新文章