mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +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:
@@ -843,7 +843,7 @@ function language_adminmenu()
|
||||
$var['tools']['text'] = LANG_LAN_21;
|
||||
$var['tools']['link'] = e_SELF."?tools";
|
||||
// }
|
||||
e_admin_menu(ADLAN_132, $action, $var);
|
||||
e107::getNav()->admin(ADLAN_132, $action, $var);
|
||||
}
|
||||
// Zip up the language pack.
|
||||
// ===================================================
|
||||
|
Reference in New Issue
Block a user