1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Page/Menu Lan changes.

This commit is contained in:
Cameron
2013-03-07 04:29:49 -08:00
parent bce70a7e33
commit 02920b8a32
2 changed files with 5 additions and 5 deletions

View File

@@ -60,9 +60,9 @@ class page_admin extends e_admin_dispatcher
'page/create' => array('caption'=> CUSLAN_12, 'perm' => '5'),
'cat/list' => array('caption'=> "List Books/Chapters", 'perm' => '5'), // Create Category.
'cat/create' => array('caption'=> "Add Book/Chapter", 'perm' => '5'), // Category List
'divider' => true,
'menu/list' => array('caption'=> CUSLAN_49, 'perm' => 'J', 'tab' => 2),
'menu/create' => array('caption'=> CUSLAN_31, 'perm' => 'J', 'tab' => 2),
// 'menu/create' => array('caption'=> CUSLAN_31, 'perm' => 'J', 'tab' => 2),
'page/prefs' => array('caption'=> LAN_OPTIONS, 'perm' => '0')
);