mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
SEF URL added for gsitemap. URL aliases added for Statistics plugin.
This commit is contained in:
@@ -37,10 +37,11 @@ class eurl_admin extends e_admin_dispatcher
|
||||
);
|
||||
|
||||
protected $adminMenu = array(
|
||||
'main/config' => array('caption'=> LAN_EURL_MENU_CONFIG, 'perm' => 'L'),
|
||||
'main/config' => array('caption'=> LAN_EURL_MENU_PROFILES, 'perm' => 'L'),
|
||||
'main/alias' => array('caption'=> LAN_EURL_MENU_ALIASES, 'perm' => 'L'),
|
||||
'main/simple' => array('caption'=> LAN_EURL_MENU_CONFIG, 'perm' => 'L'),
|
||||
'main/settings' => array('caption'=> LAN_EURL_MENU_SETTINGS, 'perm' => 'L'),
|
||||
'main/simple' => array('caption'=> LAN_EURL_MENU_REDIRECTS, 'perm' => 'L'),
|
||||
|
||||
// 'main/help' => array('caption'=> LAN_EURL_MENU_HELP, 'perm' => 'L'),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user