aboutsummaryrefslogtreecommitdiff
path: root/views/ical/pageshells
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-16 21:25:25 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-16 21:25:25 +0000
commit694781d190fba09437a37983f077d0381a56050b (patch)
tree788d5eeb369d7dc85bb35adf4fd1abe86f00b504 /views/ical/pageshells
parentd46162271a5ca3c3af690173d0abfcd1ab9f69a1 (diff)
downloadelgg-694781d190fba09437a37983f077d0381a56050b.tar.gz
elgg-694781d190fba09437a37983f077d0381a56050b.tar.bz2
Finished standardizing seconday views.
git-svn-id: http://code.elgg.org/elgg/trunk@3559 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/ical/pageshells')
-rw-r--r--views/ical/pageshells/pageshell.php23
1 files changed, 11 insertions, 12 deletions
diff --git a/views/ical/pageshells/pageshell.php b/views/ical/pageshells/pageshell.php
index eee032681..0ea76c9e9 100644
--- a/views/ical/pageshells/pageshell.php
+++ b/views/ical/pageshells/pageshell.php
@@ -1,18 +1,17 @@
<?php
+/**
+ * Elgg ICAL output pageshell
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @author Curverider Ltd
+ * @link http://elgg.org/
+ *
+ */
- /**
- * Elgg ICAL output pageshell
- *
- * @package Elgg
- * @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
- *
- */
+header("Content-Type: text/calendar");
- header("Content-Type: text/calendar");
-
- echo $vars['body'];
+echo $vars['body'];
?>
BEGIN:VCALENDAR
VERSION:2.0