mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 08:14:46 +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:
@@ -971,7 +971,7 @@ function db_adminmenu() //FIXME - has problems when navigation is on the LEFT in
|
||||
$var[$key]['link'] = e_SELF."?mode=".$key;
|
||||
}
|
||||
|
||||
e_admin_menu(DBLAN_10, $_GET['mode'], $var);
|
||||
e107::getNav()->admin(DBLAN_10, $_GET['mode'], $var);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user