adminLinks('assoc');
$plugins = $nav->pluginLinks('assoc');
$array_functions = array_merge($admin, $plugins);
// print_a($array_functions);
// asort($array_functions);
ksort($array_functions, 'title'); //FIXME Improve ordering.
//$array_functions = asortbyindex($array_functions, 1);
$amtext = "
";
$ns->tablerender(LAN_ADMIN, $amtext, 'admin_menu');
}
function render_admin_links($link, $title, $perms)
{
if (getperms($perms))
{
return "";
}
}