Commit c2562942 by Administrator

'资讯管理隐藏分类'

parent 3aaf6c72
...@@ -249,11 +249,11 @@ class AdminTopicAction extends AdministratorAction ...@@ -249,11 +249,11 @@ class AdminTopicAction extends AdministratorAction
'url' => U('news/AdminTopic/index'), 'url' => U('news/AdminTopic/index'),
); );
// is_admin($this->mid) && // is_admin($this->mid) &&
$this->pageTab[] = array( // $this->pageTab[] = array(
'title' => '分类', // 'title' => '分类',
'tabHash' => 'cate', // 'tabHash' => 'cate',
'url' => U('news/AdminTopic/cate'), // 'url' => U('news/AdminTopic/cate'),
); // );
} }
// 删除资讯 // 删除资讯
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment