diff --git a/index.php b/index.php index 9ae07a4..c1501b6 100644 --- a/index.php +++ b/index.php @@ -1,34 +1,35 @@ - // Preamble - $pageName = "News"; - $focused = "home"; // Dock icon name to get a border - require "parts/preamble.php"; // Load most of document -?> - -
// News display
- tableBoxHeader (featureBgColor, featureHeadColor);
- tableTitle ('Latest News', 1, featureHeadColor);
- need ("news");
- $cached = latestNews ('1 month');
- tableBoxFooter ();
- if ($cached)
- echo ' A MySQL error occoured. This news is cached and may not be current'; - ?> |
- |
- include "sponsor_incl.html"; ?> - | -|
// News display
+ tableBoxHeader (featureBgColor, featureHeadColor);
+ tableTitle ('Latest News', 1, featureHeadColor);
+ need ("news");
+ $cached = latestNews ('1 month');
+ tableBoxFooter ();
+ if ($cached)
+ echo ' A MySQL error occoured. This news is cached and may not be current'; + ?> |
+ |
+ include "sponsor_incl.html"; ?> + | +|