<?php

// Use the Search widget to spit out the site map file
require_once 'Framework/init.php';
$init = new Init();
$init->template->autoprint(false);
$init->addWidget('Search');

$Search->siteMapXML();

?>