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

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/index' => "Dateiupload", '/stats' => "Stats" ); $out = '
'; if($GLOBALS['devmode'] == 1)$out .= '

DEVMODE aktiv.
Am System wird gerade gearbeitet!

'; return $out; }