<?php
	
	// add this to .htaccess
	// AddType application/x-httpd-php .php .xml
	
	header('Content-type: application/xml');
	
	include('admin/runtime.php');

	perch_pages_navigation(array(
		'template'=>'sitemap_xml.html',
		'flat'=>true,
		'hide-extensions'=>true
		));

?>