亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        dedecms 欄目目錄用首字母生成的方法

        字號(hào):


            修改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);