mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Fixes #259 - Menu config link (login menu) when using SEF url
This commit is contained in:
@@ -170,7 +170,7 @@ SC_END
|
|||||||
|
|
||||||
SC_BEGIN LM_ADMIN_CONFIGURE
|
SC_BEGIN LM_ADMIN_CONFIGURE
|
||||||
if(ADMIN == TRUE) {
|
if(ADMIN == TRUE) {
|
||||||
return $parm == 'href' ? e_PLUGIN.'login_menu/config.php' : '<a class="login_menu_link config" id="login_menu_link_config" href="'.e_PLUGIN.'login_menu/config.php">'.LOGIN_MENU_L48.'</a>';
|
return $parm == 'href' ? e_PLUGIN_ABS.'login_menu/config.php' : '<a class="login_menu_link config" id="login_menu_link_config" href="'.e_PLUGIN_ABS.'login_menu/config.php">'.LOGIN_MENU_L48.'</a>';
|
||||||
}
|
}
|
||||||
return '';
|
return '';
|
||||||
SC_END
|
SC_END
|
||||||
|
Reference in New Issue
Block a user