// change default theme here include_once("settings.inc"); // edit meta tags, doctype, etc. in this file include("includes/headtop.inc"); // edit messages in this file include("sniff_misc.php"); // used to determine if extra layer of IE content is needed for alpha transparency if(isset($_COOKIE['themeset'])){$configdir = $_COOKIE['themeset'];} else {$configdir = $GLOBALS['defaultskin'];} include("theme/$configdir/config.inc"); // stylesheet links include("includes/headstyle.inc"); // top of body include("includes/bodystart.inc"); // main content block include("includes/content_injector_marsbase.inc"); echo "
"; // edit messages in sniff_misc include("includes/siteversion_message.inc"); echo "
"; // *MUST* be included, but can be appended to at the end - see file for more details include("includes/copyright.inc"); // remove!!! include("includes/sitemeter.inc"); // theme selection jumbox include("includes/skin_selector.inc"); // menu content block include("includes/menu_injector.inc"); // PayPal donate button - remove or comment out if desired include("includes/donate.inc"); // end body, also w3c xhtml-compliant logo include("includes/bodyend.inc"); ?>