rosehill/templates/xml/default.inc

5 lines
138 B
PHP
Raw Normal View History

<?php
2014-08-19 14:58:42 +00:00
header('Content-type: application/xml; charset=utf-8');
echo '<?xml version="1.0" encoding="UTF-8"?>';
echo $this->includeBlocks();