Reclaim Your Confident Smile
HIPAA Policy Statement
", $practice_name, $hippa_policy_content);
$hippa_policy_content = str_replace("
", $address, $hippa_policy_content);
$hippa_policy_content = str_replace("", $city, $hippa_policy_content);
$hippa_policy_content = str_replace("", $state, $hippa_policy_content);
$hippa_policy_content = str_replace("", $zip, $hippa_policy_content);
$hippa_policy_content = str_replace("", $phone, $hippa_policy_content);
$hippa_policy_content = str_replace("", $email, $hippa_policy_content);
$hippa_policy_content = str_replace("WEBSITE URL", ''. $site_name .'', $hippa_policy_content);
if(strpos($_SERVER[REQUEST_URI], '.html') !== false){
$this_page_link = (isset($_SERVER['HTTPS']) ? "https" : "http") . "://$_SERVER[HTTP_HOST]".'/privacy-policy.html';
}else {
$this_page_link = (isset($_SERVER['HTTPS']) ? "https" : "http") . "://$_SERVER[HTTP_HOST]".'/privacy-policy/';
}
$privacy_policy_link = 'PRIVACY POLICY';
$hippa_policy_content = str_replace("PRIVACY POLICY", $privacy_policy_link, $hippa_policy_content);
echo $hippa_policy_content;
?>