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