dedecms 栏目目录用首字母生成的方法
2016-06-15来源:易贤网

修改dede/catalog.add.php文件 

85行 $toptypedir = getpinyin(stripslashes($toptypename)); 

修改为 $toptypedir = getpinyin(stripslashes($toptypename),1); 

108 行 $typedir = $toptypedir.'/'.getpinyin(stripslashes($v)); 

修改为 $typedir = $toptypedir.'/'.getpinyin(stripslashes($v),1); 

134行 $toptypedir = getpinyin(stripslashes($toptypename)); 

修改为 $toptypedir = getpinyin(stripslashes($toptypename),1); 

187行 $typedir = getpinyin(stripslashes($typename)); 

修改为 $typedir = getpinyin(stripslashes($typename),1); 

推荐信息