mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 16:50:07 +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:
@@ -1286,7 +1286,7 @@ class page
|
||||
$var['options']['link'] = e_SELF."?options";
|
||||
$var['options']['perm'] = "0";
|
||||
|
||||
e_admin_menu(CUSLAN_33, $action, $var);
|
||||
e107::getNav()->admin(CUSLAN_33, $action, $var);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
Reference in New Issue
Block a user