diff --git a/old_news.php b/old_news.php index 3bb86a7..ba07704 100644 --- a/old_news.php +++ b/old_news.php @@ -7,12 +7,13 @@
- tableBoxHeader( 'black', tableHeadColor ); - tableTitle( $pageName, 1, tableHeadColor ); require ("lib/sql.php"); require ("news_funcs.php"); if ($month || $year) { - monthlyNews ($month, $year); + tableBoxHeader( 'black', tableHeadColor ); + tableTitle( $pageName, 1, tableHeadColor ); + monthlyNews ($month, $year); + tableBoxFooter (); } else { if ($string) { searchNews ($string); @@ -20,7 +21,6 @@ newsItem ('now', 'Web Server', "You didn't specify a search, giving up."); } } - tableBoxFooter (); ?> |
That type of search isn\'t supported yet. Please check back later.'; + // Preamble + $pageName = "Search Results"; + $focused = "none"; // Dock icon name to gets a border + require("parts/preamble.php"); // Load most of document + echo '
That type of search isn\'t supported yet. Please check back later.'; + require("parts/postamble.php"); // Finish this sucker up } - require("parts/postamble.php"); // Finish this sucker up ?>