修改大类信息
This commit is contained in:
parent
3802a793be
commit
4faa10cc4e
|
@ -33,9 +33,9 @@ class news
|
||||||
function ptype (){
|
function ptype (){
|
||||||
$this->ptype = array(
|
$this->ptype = array(
|
||||||
"新闻" => "news",
|
"新闻" => "news",
|
||||||
"数据新闻" => "datanews",
|
"想法" => "idea",
|
||||||
"说明文档" => "help",
|
"帮助" => "help",
|
||||||
"FAQ" => "faq"
|
"关于" => "about"
|
||||||
);
|
);
|
||||||
}//ptype()
|
}//ptype()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue