*/ function html_top($title = ""){ if($GLOBALS['devmode'] == 1)$title .= ' [DEVMODE]'; return << $title EOF; } function html_bottom(){ return <<

Live-Support-WebChat (Ist ein WebIRC zu #w2c auf irc.fsinf.at)
Auch möglich: eMail an someone@fsinf.at

EOF; } function html_linkbox($current = "") { $items = array( 'index' => "Home", 'list' => "Anmeldungen", 'intern/upload' => "Dateiupload", 'stats' => "Stats" ); $out = '
'; if($GLOBALS['devmode'] == 1)$out .= '

DEVMODE aktiv.
Am System wird gerade gearbeitet!

'; return $out; }