comparison sitemap.php @ 74:1d5166aba2c5

Documentation fixes. codeFromHeader now throws an exception if the header is malformed.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Fri, 12 Oct 2012 01:16:30 +0200
parents 947d53f95ccd
children 4acaab0b02e2
comparison
equal deleted inserted replaced
73:947d53f95ccd 74:1d5166aba2c5
8 8
9 /// @cond 9 /// @cond
10 $baseDir = dirname(__FILE__); 10 $baseDir = dirname(__FILE__);
11 $cache = ScriptIncludeCache::instance(__FILE__); 11 $cache = ScriptIncludeCache::instance(__FILE__);
12 $cache->includeOnce('Sitemap.inc', dirname(__FILE__)); 12 $cache->includeOnce('Sitemap.inc', dirname(__FILE__));
13 /// @endcond
14 13
15 $sitemap = new Sitemap("master.xml"); 14 $sitemap = new Sitemap("master.xml");
16 $sitemap->genPage(); 15 $sitemap->genPage();
16 /// @endcond
17 ?> 17 ?>