mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Update admin_config.php
This commit is contained in:
@@ -41,7 +41,7 @@ class fb_admin extends e_admin_dispatcher
|
||||
'main/list' => array('caption'=> 'Featurebox '.LAN_LIST', 'perm' => 'P'),
|
||||
'main/create' => array('caption'=> LAN_CREATE, 'perm' => 'P'),
|
||||
'category/list' => array('caption'=> LAN_CATEGORIES, 'perm' => 'P'),
|
||||
'category/create' => array('caption'=> FBLAN_25, 'perm' => 'P'),
|
||||
'category/create' => array('caption'=> LAN_CREATE_CATEGORY, 'perm' => 'P'),
|
||||
'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => '0'),
|
||||
// 'main/custom' => array('caption'=> 'Custom Page', 'perm' => '0')
|
||||
);
|
||||
|
Reference in New Issue
Block a user