Privacy Policy
Patient Reviews
- Anonymous "Dr. Griffin and his staff are consummate professionals. I've been a patient there for many years and found that the quality and attentiveness of the work they perform is exemplary. I drive all the way to Greenwood to have my teeth done."
", $practice_name, $privacy_policy_content);
$privacy_policy_content = str_replace("WEBSITE URL", ''. $site_name .'', $privacy_policy_content);
if(strpos($_SERVER[REQUEST_URI], '.html') !== false || strpos($_SERVER[REQUEST_URI], '.php') !== false){
$this_page_link = $site_domain .'/cookie-policy.html';
}else {
$this_page_link = $site_domain .'/cookie-policy/';
}
$privacy_policy_link = 'COOKIE POLICY';
$privacy_policy_content = str_replace("COOKIE POLICY", $privacy_policy_link, $privacy_policy_content);
echo $privacy_policy_content;
?>