修改大类信息

This commit is contained in:
wlx 2012-11-30 09:48:02 +00:00
parent 3802a793be
commit 4faa10cc4e
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ class news
function ptype (){
$this->ptype = array(
"新闻" => "news",
"数据新闻" => "datanews",
"说明文档" => "help",
"FAQ" => "faq"
"想法" => "idea",
"帮助" => "help",
"关于" => "about"
);
}//ptype()