aboutsummaryrefslogtreecommitdiff
path: root/views/odd/pageshells/pageshell.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/odd/pageshells/pageshell.php')
-rw-r--r--views/odd/pageshells/pageshell.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/views/odd/pageshells/pageshell.php b/views/odd/pageshells/pageshell.php
deleted file mode 100644
index 92c11eadc..000000000
--- a/views/odd/pageshells/pageshell.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
- /**
- * Elgg XML output pageshell for ODD
- *
- * @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");
-
-
-?>
-<odd>
-<?php
-echo $vars['body'];
-?>
-</odd> \ No newline at end of file