class Sitemap01 extends Page{ public function InitializeComponent() { parent::$PAGE_TITLE = "Simple SiteMap";
$sitemap = new GoogleSitemap(); $sitemap->addItem( new GoogleSitemapItem( $this->getBaseURL(), new DateTime(), GoogleSitemap::CHANGEFREQ_HOURLY, "1" ) );