diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-20 11:41:23 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-20 11:41:23 +0000 |
commit | 3630cf462b13d6aafd7f62d46423dad5e92bbd9e (patch) | |
tree | 0110a088cc87370f092547f930a6f985fca04ba9 /views/atom/pageshells/pageshell.php | |
parent | 9caa09ee888d7884e22cc46089e6e0fb6579732c (diff) | |
download | elgg-3630cf462b13d6aafd7f62d46423dad5e92bbd9e.tar.gz elgg-3630cf462b13d6aafd7f62d46423dad5e92bbd9e.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* reverted previous
git-svn-id: https://code.elgg.org/elgg/trunk@658 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/atom/pageshells/pageshell.php')
-rw-r--r-- | views/atom/pageshells/pageshell.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/views/atom/pageshells/pageshell.php b/views/atom/pageshells/pageshell.php deleted file mode 100644 index f5c7a4ce0..000000000 --- a/views/atom/pageshells/pageshell.php +++ /dev/null @@ -1,16 +0,0 @@ -<?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 |