织梦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);
阅读量:37
阅读量:172
阅读量:26
阅读量:82
阅读量:68