<?php

# **************************************************
# rijscholenmakelaar.nl sitemap.xml
include('inc/php/config.inc.php');

echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
echo "<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n";

echo "\t<url>\n";
echo "\t\t<loc>" . DIR_HOME . "</loc>\n";
echo "\t\t<priority>1</priority>\n";
echo "\t</url>\n";


?>