diff options
Diffstat (limited to 'views/atom/pageshells')
-rw-r--r-- | views/atom/pageshells/pageshell.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/views/atom/pageshells/pageshell.php b/views/atom/pageshells/pageshell.php new file mode 100644 index 000000000..f5c7a4ce0 --- /dev/null +++ b/views/atom/pageshells/pageshell.php @@ -0,0 +1,16 @@ +<?php + /** + * Elgg XML output pageshell + * + * @package Elgg + * @subpackage Core + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Marcus Povey + * @copyright Curverider Ltd 2008 + * @link http://elgg.org/ + * + */ + + header("Content-Type: text/xml"); + echo $vars['body']; +?>
\ No newline at end of file |