*/ function html_msgarea(){ global $MSG; if(!isset($MSG)) return; foreach($MSG as $msg){ print '
'; print $msg['msg']; print '
'; } } function html_head(){ print ''.NL; ?> lalina news aggregator '; } function html_foot(){ print ''; print ''; print ''; } function html_navigation(){ global $UID; print ''; } //Setup VIM: ex: et ts=4 enc=utf-8 : ?>