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