$pageName = 'News Archives';
$currPage = 'news';
$modules = 'news_search'; // Modules to display
require "parts/preamble.php"; // Load most of document
?>
News Archives
if ($month || $year) {
monthlyNews ($month, $year);
} else {
if ($string) {
searchNews ($string);
} else {
newsItem ('now', 'Web Server', 'Go ahead, tough guy...use one of the forms to search the old news.');
}
}
?>
require "parts/postamble.php"; // Finish this sucker up
?>