mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 10:01:56 +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:
@@ -840,7 +840,7 @@ function lancheck_adminmenu() {
|
||||
$var['tools']['link'] = e_ADMIN_ABS."language.php?tools";
|
||||
|
||||
|
||||
e_admin_menu(ADLAN_132, $action, $var);
|
||||
e107::getNav()->admin(ADLAN_132, $action, $var);
|
||||
}
|
||||
|
||||
$ns -> tablerender(LAN_CHECK_PAGE_TITLE.' - '.LAN_CHECK_1, LAN_CHECK_26);
|
||||
|
Reference in New Issue
Block a user