include $_SERVER['DOCUMENT_ROOT']."/includes/common-head.php" ?>
include $_SERVER['DOCUMENT_ROOT']."/common.php" ?>
include $_SERVER['DOCUMENT_ROOT']."/locations/includes/header.php" ?>
if( isset($_GET['siteurl']) )
{
$siteurl = str_replace('/','',$_GET['siteurl']);
}
$offices = getOfficesbyURL($siteurl);
foreach ($offices as $office) {
$office_location = $office->c_office_location__c;
$office_country = $office->c_country__c;
$office_state = $office->c_state__c;
$office_county = $office->c_ttl_county__c;
$office_site_shortname = $office->c_site_shortname__c;
}
$country = '';
?>
include $_SERVER['DOCUMENT_ROOT']."/locations/includes/footer.php" ?>
include $_SERVER['DOCUMENT_ROOT']."/includes/js-scripts.php" ?>