mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Introduction of e_navigation class to handle all links site-wide. Large-scale cleanup of global admin links, plugin links etc.
This commit is contained in:
@@ -1078,7 +1078,7 @@ function admin_log_adminmenu()
|
||||
$var['users']['link'] = "users.php";
|
||||
}
|
||||
*/
|
||||
e_admin_menu(RL_LAN_005, $action, $var);
|
||||
e107::getNav()->admin(RL_LAN_005, $action, $var);
|
||||
}
|
||||
|
||||
require_once (e_ADMIN."footer.php");
|
||||
|
Reference in New Issue
Block a user