$pagemessages
"; } ?>
# PHP MAIN VARIABLES $show = $_GET['page']; $pagemessages = $_GET['message']; if ($show == "about") { $file_to_include = "about.inc.php"; $title_text = "About"; } elseif ($show == "news") { $file_to_include = "news.inc.php"; $title_text = "News"; } elseif ($show == "contact") { $file_to_include = "contact.inc.php"; $title_text = "Contact"; } elseif ($show == "pages") { $file_to_include = "pages.inc.php"; $title_text = "Pages"; } elseif ($show == "stats") { $file_to_include = "stats.inc.php"; $title_text = "Statistics"; } else { $file_to_include = "home.inc.php"; $title_text = "Home"; } ?>