$pageName = 'News Archives'; $focused = "none"; // Dock icon name to get a border require "parts/preamble.php"; // Load most of document need ("news"); ?>
monthForm ($month, $year); ?> | keywordForm ($string); ?> |
tableBoxHeader (featureBgColor, featureHeadColor); tableTitle ($pageName, 1, featureHeadColor); if ($month || $year) { monthlyNews ($month, $year); } else { if ($string) { searchNews ($string); } else { newsItem ('now', 'Web Server', "You didn't specify a search, giving up."); } } tableBoxFooter (); ?> |