mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
More admin links cleanup and moving of arrays to e_navigation class
This commit is contained in:
@@ -24,7 +24,7 @@ $text = "<div style='text-align:center'>
|
||||
<table style='".ADMIN_WIDTH."'>";
|
||||
|
||||
while (list($key, $funcinfo) = each($newarray)) {
|
||||
$buts .= render_links($funcinfo[0], $funcinfo[1], $funcinfo[2], $funcinfo[3], $funcinfo[5], 'default');
|
||||
$buts .= e107::renderAdminButton($funcinfo[0], $funcinfo[1], $funcinfo[2], $funcinfo[3], $funcinfo[5], 'default');
|
||||
}
|
||||
$text .= $buts;
|
||||
|
||||
|
Reference in New Issue
Block a user