$url, 'lastmod' => date('Y-m-d',$filectime), 'changefreq' => 'weekly', 'priority' => $priority, ); } } header('Content-Type: text/xml'); echo ''; echo "\n"; echo ''; echo "\n"; foreach ($sitemap as $link) { echo "\t\n"; echo "\t\t" . htmlentities($link['loc']) . "\n"; echo "\t\t{$link['lastmod']}\n"; echo "\t\t{$link['changefreq']}\n"; echo "\t\t{$link['priority']}\n"; echo "\t\n"; } echo ''; ?>