mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +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:
@@ -148,7 +148,7 @@ function theme_adminmenu()
|
||||
$selected = (e_QUERY) ? e_QUERY : "main";
|
||||
|
||||
|
||||
e_admin_menu(TPVLAN_26, $selected, $var);
|
||||
e107::getNav()->admin(TPVLAN_26, $selected, $var);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user