diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-01 18:36:43 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-01 18:36:43 +0000 |
commit | 4d8268188b86730360d268b6d14717c694a2ac07 (patch) | |
tree | 6b516310850aa0b2a6bf070696d39656955fd115 /views/foaf/pageshells/pageshell.php | |
parent | b7c631899e13dff55a708110461f1a406d91d692 (diff) | |
download | elgg-4d8268188b86730360d268b6d14717c694a2ac07.tar.gz elgg-4d8268188b86730360d268b6d14717c694a2ac07.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Added prototype FOAF view
git-svn-id: https://code.elgg.org/elgg/trunk@618 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/foaf/pageshells/pageshell.php')
-rw-r--r-- | views/foaf/pageshells/pageshell.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/views/foaf/pageshells/pageshell.php b/views/foaf/pageshells/pageshell.php new file mode 100644 index 000000000..f5c7a4ce0 --- /dev/null +++ b/views/foaf/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 |