"; require($SettDir['inc'].'xhtml11.php'); } else { if (stristr($_SERVER["HTTP_USER_AGENT"],"W3C_Validator")|| stristr($_SERVER["HTTP_USER_AGENT"],"WDG_Validator")|| stristr($_SERVER["HTTP_USER_AGENT"],"WDG_SiteValidator")) { $ccstart = "//"; require($SettDir['inc'].'xhtml11.php'); } else { $ccstart = "//"; $Settings['html_type']="xhtml10"; $Settings['html_level']="Strict"; require($SettDir['inc'].'xhtml10.php'); } } } if($Settings['html_type']!="xhtml10"&& $Settings['html_type']!="xhtml11"&& $Settings['html_type']!="html5"&& $Settings['html_type']!="xhtml5") { $ccstart = "//"; require($SettDir['inc'].'xhtml10.php'); } ?>