"") { foreach($config['installedpackages']['menu'] as $menuitem) { if($menuitem['section'] != $section) continue; if($menuitem['url'] <> "") { $description = str_replace('$myurl', getenv("HTTP_HOST"), $menuitem['url']); } else { $description = '/pkg.php?xml=' . $menuitem['configfile']; } $htmltext .= '     ' . $menuitem['name'] . '
' . "\n"; } } return $htmltext; } ?>
"; } $found_notices = are_notices_pending(); if($found_notices == true) { $notices = get_notices(); if(!$notices) { $need_alert_display = true; $display_text .= print_notices() . "
"; } } if($need_alert_display == true) { // XXX: make rounded. echo ""; } ?>
 webConfigurator  
"; echo "
"; echo " "; echo $display_text; echo "
"; echo "