include("page_parts/content.php");
?>
if($ind_id && !strrpos($data[0], ".html")){
$h1_serv=singlequery("select h1 from ".$db_prefix."sitemaps where cat='".$ind_id."'");
if(!$h1_serv){
$h1="".singlequery("select h1 from ".$db_prefix."category where slug='".$data[0]."'")." Sitemap";
}
else{
$h1=$h1_serv;
}
echo "";
}
?>