tags (keywords, etc) you want to add
$js_includes any page-specific .js files that should be included
$css_includes any page-specific .css files that should be included
$leftPic left pic file name
$bannerPic the banner at the top of the white content box
$middleContent center content
$rightButtons buttons to the right of the main content
*/
$title = "Visit Corda's News and Events Section for the Latest";
$metatags = "";
$js_includes = "\n\n";
$css_includes = "";
$leftPic = "images/left_manonfloor.png";
$middleContent = "index_inc.php";
$bannerPic = "images/banr_email_dev.jpg";
//$rightButtons = "rightbuttons_dev.html";
$track = "dev";
// check to see if someone requested a different template
//if ( isset($_GET["t"]) && (strlen($_GET["t"]) > 0) && ($_GET["t"] == "2") )
//{
// set to dashboard
// $bannerPic = "";
// $rightButtons = "";
// $track = "dashboard";
//}
include_once("../../template.inc");
?>