织梦Dedecms使用拼音首字母做栏目名称的方法
1、85行 $toptypedir = GetPinyin(stripslashes($toptypename));
修改为 $toptypedir = GetPinyin(stripslashes($toptypename),1);
2、108 行 $typedir = $toptypedir.'/'.GetPinyin(stripslashes($v));
修改为 $typedir = $toptypedir.'/'.GetPinyin(stripslashes($v),1);
3、134行 $toptypedir = GetPinyin(stripslashes($toptypename));
修改为$toptypedir = GetPinyin(stripslashes($toptypename),1);
4、187行 $typedir = GetPinyin(stripslashes($typename));
修改为 $typedir = GetPinyin(stripslashes($typename),1);
阅读量:169
阅读量:98
阅读量:168
阅读量:28
阅读量:124