<?php //vars.php // Global Variables //Variables used to set the title of the page in the following format: "$chapter :: $sitename :: $school" or "$fraternity :: $chapter :: $school" $chapter = "Your Chapter (edit includes/vars.php)"; $fraternity = "Your Fraternity"; $school = "Your School"; $sitename = "Local Brotherhood Services"; //Define the banner image and size here $banner = "../images/eg_banner.gif"; $banner_width = "810"; $banner_height = "172"; ?>