1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Signup and FAQs cleanup

This commit is contained in:
Cameron
2013-03-10 22:07:06 -07:00
parent 53eb60195e
commit 61616c95b0
7 changed files with 36 additions and 18 deletions

View File

@@ -40,9 +40,9 @@ class faq_admin extends e_admin_dispatcher
protected $adminMenu = array(
'main/list' => array('caption'=> LAN_MANAGE, 'perm' => 'P'),
'main/create' => array('caption'=> LANA_FAQ_CREATE_ITEM, 'perm' => 'P'),
'cat/list' => array('caption'=> LANA_FAQ_CATEGORIES, 'perm' => 'P'),
'cat/create' => array('caption'=> LANA_FAQ_CREATE_CATEGORY, 'perm' => 'P'),
'main/create' => array('caption'=> LAN_CREATE_ITEM, 'perm' => 'P'),
'cat/list' => array('caption'=> LAN_CATEGORIES, 'perm' => 'P'),
'cat/create' => array('caption'=> LAN_CREATE_CATEGORY, 'perm' => 'P'),
'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => '0'),
// 'main/custom' => array('caption'=> 'Custom Page', 'perm' => '0')
);