sitetitle = "News Archiv"; $PAGE->htmltitle = "News Archiv"; if($GLOBALS['global']['debug']) debug_info("GLOBAL::include -> class.news.php"); include_once($global['include_path']."class.news.php"); if(!is_object($NEWS)) $NEWS = new news; $output = $NEWS->archiv($page); $PAGE->render($output); ?>