require_once($_SERVER["DOCUMENT_ROOT"]."/include/includes.php"); $gWebTitle = "Upcoming Events - ".$gWebTitle; $EventID = num_is_null($_GET['id']); ?>
include($_SERVER["DOCUMENT_ROOT"].$gRoot."include/metahead.php"); ?> include($_SERVER["DOCUMENT_ROOT"].$gRoot."include/header.php"); ?> if ($EventID > 0) { $EventSize = "Large"; include($_SERVER["DOCUMENT_ROOT"].$gRoot."include/showevent.php"); } else { get_content(5); include($_SERVER["DOCUMENT_ROOT"].$gRoot."include/eventlist.php"); } ?> include($_SERVER["DOCUMENT_ROOT"].$gRoot."include/footer.php"); ?>