addFooter(date('Y'), 'Longacre Construction, Inc. - All Rights Reserved');
//-- Get contact email from config table
$contactEmail = $db->get_var("SELECT sConfigValue FROM _vio_siteConfig WHERE sConfigName='contactEmail'");
/* ####################### */
/* INCLUDE DIRECTIVES */
/* ##################### */
//-- assign $thePage the actual page name value
//-- to use in the include directive
$path = explode('/',$_SERVER['REQUEST_URI']);
$thePage = end($path);
/* #######################*/
/* DO NOT EDIT ABOVE HERE */
/* END INCLUDE DIRECTIVES */
/* ###################### */
?>