";
while (list($key, $funcinfo) = each($newarray)) {
$buts .= e107::getNav()->renderAdminButton($funcinfo[0], $funcinfo[1], $funcinfo[2], $funcinfo[3], $funcinfo[5], 'default');
}
$text .= $buts;
$text_cat = '';
while ($td <= 5) {
$text_cat .= " | ";
$td++;
}
$td = 1;
$text .= "
";
if($buts !=""){
$ns->tablerender(ADLAN_47." ".ADMINNAME, $emessage->render().$text);
}
$text = "
";
$text .= e107::getNav()->pluginLinks( E_16_PLUGMANAGER, 'default');
$text .= "
";
$ns->tablerender(ADLAN_CL_7, $text);
echo admin_info();
?>