//INCLUDE SESSION HEADER -------------------+ include("../_site/session_header.php"); //SET META INFORMATION ---------------------+ /* insert specific meta information for this page here. Use 2-3 keywords in your title, headers, and paragraphs. */ $page_title = "$adm_co"; $description = "$desc"; $keywords = "$keys"; $robots = 'index, follow'; //GET JAVASCRIPT ---------------------------+ $js = "../js/validate_contact_us.js"; // INCLUDE HEADER --------------------------+ //$header = $admin_header; //$footer = $admin_footer; include($header); ?>
//INCLUDE FOOTER ---------------------------+ include($footer); ?>