*/ function html_top($title = ""){ 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", 'calendar' => "Kalender", 'stats' => "Stats" ); $out = ''; return $out; }