comparison sitemap.php @ 51:2cfea6e84694

Documentation update.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 00:06:26 +0200
parents 79f708a48a7c
children 2e6ba7259281
comparison
equal deleted inserted replaced
50:2d0cda52f43f 51:2cfea6e84694
1 <? 1 <?
2 /**
3 * @file
4 * Generates a sitemap
5 */
2 header('Content-type: application/xml'); 6 header('Content-type: application/xml');
3 print '<?xml version="1.0" encoding="UTF-8"?>'; 7 print '<?xml version="1.0" encoding="UTF-8"?>';
4 print "\n"; 8 print "\n";
5 ?> 9 ?>
6 <urlset 10 <urlset