<?php
require_once("../settings.php");
require_once("system_adel_front.php");

echo '<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">';
 
$liste_referentiels = referentiel::referentiels();
foreach($liste_referentiels AS $data)
{
  echo "
  <url>
    <loc>https://deviscertification.bureauveritas.fr/11_ref-".$data['id']."_".clean_up($tradution['referentiel_nom_'.$data['id']][0])."-obtenez-votre-devis.html</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>";
  echo "\r";  
}
?>

<url>
    <loc>https://deviscertification.bureauveritas.fr/contactez-nous.html</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>


<url>
    <loc>https://deviscertification.bureauveritas.fr/conditions-d-utilisation.html</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>


<url>
    <loc>https://deviscertification.bureauveritas.fr/mentions-legales.html</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  
<url>
    <loc>http://www.lucmer.fr/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

<?php
echo '
</urlset>';
?>




