'; } } return implode("\n", $html); } ?> <?php echo ZM_WEB_TITLE_PREFIX ?> - <?php echo validHtmlStr($title) ?> "; } else { echo ' '; } ?> '; global $error_message; if ( $error_message ) { echo '
'.$error_message.'
'; } } // end function getBodyTopHTML function getNavBarHTML($reload = null) { # Provide a facility to turn off the headers if you put headers=0 into the url if ( isset($_REQUEST['navbar']) and $_REQUEST['navbar']=='0' ) return ''; $versionClass = (ZM_DYN_DB_VERSION&&(ZM_DYN_DB_VERSION!=ZM_VERSION))?'errorText':''; global $running; global $user; global $bandwidth_options; global $view; global $filterQuery; global $sortQuery; global $limitQuery; if (!$sortQuery) { parseSort(); } if (!$filterQuery) { parseFilter( $_REQUEST['filter'] ); $filterQuery = $_REQUEST['filter']['query']; } if ($reload === null) { ob_start(); if ( $running == null ) $running = daemonCheck(); $status = $running?translate('Running'):translate('Stopped'); ?>