// 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"; ?> | |