adminLinks('core');
$text = "
";
$buts = "";
while (list($key, $funcinfo) = each($newarray)) {
$buts .= e107::getNav()->renderAdminButton($funcinfo[0], $funcinfo[1], $funcinfo[2], $funcinfo[3], $funcinfo[5], 'default');
}
$text .= $buts;
while ($td <= 5) {
$text .= " | ";
$td++;
}
$td = 1;
$text .= "
";
if($buts != ""){
$ns->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();
?>