From 4faa10cc4e35d89906c35faed8e6bcc3d0e94a15 Mon Sep 17 00:00:00 2001 From: wlx Date: Fri, 30 Nov 2012 09:48:02 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=A7=E7=B1=BB=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/news.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/models/news.php b/application/models/news.php index d387d0b3..450102c2 100644 --- a/application/models/news.php +++ b/application/models/news.php @@ -33,9 +33,9 @@ class news function ptype (){ $this->ptype = array( "新闻" => "news", - "数据新闻" => "datanews", - "说明文档" => "help", - "FAQ" => "faq" + "想法" => "idea", + "帮助" => "help", + "关于" => "about" ); }//ptype()