mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +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:
@@ -37,7 +37,7 @@ if($buts != "")
|
||||
$text = "<div style='text-align:center'>
|
||||
<table style='".ADMIN_WIDTH."'>";
|
||||
|
||||
$text .= getPluginLinks(E_32_PLUGMANAGER, "classis");
|
||||
$text .= e107::getNav()->pluginLinks(E_32_PLUGMANAGER, "classis");
|
||||
|
||||
$text .= render_clean();
|
||||
|
||||
|
Reference in New Issue
Block a user