<?php
  header('Content-type: application/xml');
  include($_SERVER['DOCUMENT_ROOT'].'/cms/runtime.php');
  perch_pages_navigation(array(
    'template'=>'sitemap.html',
    'flat'=>true
  ));
?>