<?php
// sitemap.php
header('Content-Type: application/xml; charset=utf-8');
include 'db.php';
include 'includes/seo-functions.php';

echo createSitemap();
?>