rosehill/templates/xml/default.inc

5 lines
138 B
PHP

<?php
header('Content-type: application/xml; charset=utf-8');
echo '<?xml version="1.0" encoding="UTF-8"?>';
echo $this->includeBlocks();