mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
More admin links cleanup and moving of arrays to e_navigation class
This commit is contained in:
@@ -23,7 +23,7 @@ $buts = "";
|
||||
|
||||
while (list($key, $funcinfo) = each($newarray))
|
||||
{
|
||||
$buts .= render_links($funcinfo[0], $funcinfo[1], $funcinfo[2], $funcinfo[3], $funcinfo[6], "classis");
|
||||
$buts .= e107::renderAdminButton($funcinfo[0], $funcinfo[1], $funcinfo[2], $funcinfo[3], $funcinfo[6], "classis");
|
||||
}
|
||||
if($buts != "")
|
||||
{
|
||||
|
Reference in New Issue
Block a user