mirror of
https://github.com/e107inc/e107.git
synced 2025-09-08 21:30:54 +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:
@@ -3066,7 +3066,7 @@ class admin_newspost
|
||||
$var['maint']['perm'] = "N";
|
||||
}
|
||||
|
||||
e_admin_menu(NWSLAN_48, $this->getAction(), $var);
|
||||
e107::getNav()->admin(NWSLAN_48, $this->getAction(), $var);
|
||||
}
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user