<?php // Sitemap cron

// Set up Init
require_once __DIR__.'/../main.php';
if ($init->template) $init->template->autoprint(false); // Make sure any template doesn't print

// Set up the search
$init->addWidget('Search');

// Generate the sitemap.xml file
echo $Search->siteMapXML();