require("inc/db_conn.php"); // Change color based on section // Yellow: About BrickFest PDX 2004 // Red: News & Announcements // Blue: Events & Expo // White: Register // Brown: Log In // Green: Community Projects // Gray: Links & FAQs $thisSection = "red"; ?>
{$row['theDate']} - {$row['Header']}
\n");
if(trim($row['Teaser']) != "") {
echo($row['Teaser'] . "
\n");
if(trim($row['Story']) != "") {
echo("
\n"); } include("inc/footer.php"); ?>