Herzlich willkommen, '.$role.".
\n"); output("Auf der linken Seite sehen Sie ein Auswahlmenü mit den Funktionen, die Ihnen in diesem Webinterface zur Verfügung stehen.
Nachfolgend sehen Sie eine Auswahl typischer Aufgaben.
\n"); $modules = get_modules_info(); $my_shortcuts = array(); foreach ($modules as $modname => $info) { if (file_exists('modules/'.$modname.'/shortcuts.php')) { $shortcuts = array(); include('modules/'.$modname.'/shortcuts.php'); foreach ($shortcuts as $shortcut) { $shortcut['module'] = $modname; $my_shortcuts[$shortcut['weight']] = $shortcut; } } } krsort($my_shortcuts); DEBUG($my_shortcuts); output("