mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Banner Menu Config
Banner Menu Config
This commit is contained in:
@@ -76,7 +76,7 @@ class banner_admin extends e_admin_dispatcher
|
|||||||
|
|
||||||
'main/list' => array('caption'=> LAN_MANAGE, 'perm' => 'P'),
|
'main/list' => array('caption'=> LAN_MANAGE, 'perm' => 'P'),
|
||||||
'main/create' => array('caption'=> LAN_CREATE, 'perm' => 'P'),
|
'main/create' => array('caption'=> LAN_CREATE, 'perm' => 'P'),
|
||||||
// 'main/menu' => array('caption'=> BNRLAN_36, 'perm' => 'P'), //NOW CONFIGURED IN MENU MGR
|
'main/menu' => array('caption'=> BNRLAN_36, 'perm' => 'P'),
|
||||||
// 'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => 'P'),
|
// 'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => 'P'),
|
||||||
|
|
||||||
// 'main/custom' => array('caption'=> 'Custom Page', 'perm' => 'P')
|
// 'main/custom' => array('caption'=> 'Custom Page', 'perm' => 'P')
|
||||||
|
@@ -49,7 +49,7 @@ define("BNRLAN_33", "Code"); //46
|
|||||||
// 34 - 35 extra space
|
// 34 - 35 extra space
|
||||||
|
|
||||||
define("BNRLAN_35", "Banner menu"); // 61
|
define("BNRLAN_35", "Banner menu"); // 61
|
||||||
//define("BNRLAN_36", "Banner Menu Configuration"); //68
|
define("BNRLAN_36", "Configure Menu"); //68
|
||||||
|
|
||||||
//define("BNRLAN_37", "Caption"); // BANNER_MENU_L3 LAN_CAPTION
|
//define("BNRLAN_37", "Caption"); // BANNER_MENU_L3 LAN_CAPTION
|
||||||
define("BNRLAN_38", "Advertisement"); // BANNER_MENU_L1
|
define("BNRLAN_38", "Advertisement"); // BANNER_MENU_L1
|
||||||
|
Reference in New Issue
Block a user