mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Issue #6 - LANs.
This commit is contained in:
parent
9a21cad851
commit
cb5c621a55
@ -39,7 +39,7 @@ class eurl_admin extends e_admin_dispatcher
|
||||
'main/config' => array('caption'=> LAN_EURL_MENU_CONFIG, 'perm' => 'L'),
|
||||
'main/alias' => array('caption'=> LAN_EURL_MENU_ALIASES, 'perm' => 'L'),
|
||||
'main/settings' => array('caption'=> LAN_EURL_MENU_SETTINGS, 'perm' => 'L'),
|
||||
'main/simple' => array('caption'=> 'Redirects', 'perm' => 'L'), //TODO LAN
|
||||
'main/simple' => array('caption'=> LAN_EURL_MENU_REDIRECTS, 'perm' => 'L'), //TODO LAN
|
||||
// 'main/help' => array('caption'=> LAN_EURL_MENU_HELP, 'perm' => 'L'),
|
||||
);
|
||||
|
||||
|
@ -58,6 +58,7 @@ define("LAN_EURL_MENU_CONFIG", "URL Profiles");
|
||||
define("LAN_EURL_MENU_ALIASES", "Aliases");
|
||||
define("LAN_EURL_MENU_SETTINGS", "Settings");
|
||||
define("LAN_EURL_MENU_HELP", "Help");
|
||||
define("LAN_EURL_MENU_REDIRECTS", "Redirects");
|
||||
|
||||
define("LAN_EURL_UC", "Under Construction");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user