adminLinks('core');
$text = "
";
$buts = "";
foreach($newarray as $key=>$funcinfo)
{
$buts .= e107::getNav()->renderAdminButton($funcinfo[0], $funcinfo[1], $funcinfo[2], $funcinfo[3], $funcinfo[5], 'default');
}
$text .= $buts;
$td = 0;
while ($td <= 5) {
$text .= " | ";
$td++;
}
$td = 1;
$text .= "
";
if(!empty($buts))
{
e107::getRender()->tablerender(ADLAN_47." ".ADMINNAME, $mes->render().$text);
}
$text = "
";
$text .= e107::getNav()->pluginLinks(E_32_PLUGMANAGER, "classis");
$text .= render_clean();
$text .= "
";
$ns->tablerender(ADLAN_CL_7, $text);
echo admin_info();
?>