1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

Update admin_config.php

This commit is contained in:
Gábor 2017-06-06 07:11:21 +02:00 committed by GitHub
parent 4e3a89cf0c
commit 7452aa9680

View File

@ -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')
);