summaryrefslogtreecommitdiffstats
path: root/views/layouts/default.xml.php
blob: 4a92323acb1f749f4e0ccdc7c2c883e0eb92cd31 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * Lithium: the most rad php framework
 *
 * @copyright     Copyright 2010, Union of RAD (http://union-of-rad.org)
 * @license       http://opensource.org/licenses/bsd-license.php The BSD License
 */
?>
<?php echo '<' . '?xml version="1.0" ?' . '>'; ?>
<?=$this->content;?>