diff options
Diffstat (limited to 'views/ical/object')
-rw-r--r-- | views/ical/object/default.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/views/ical/object/default.php b/views/ical/object/default.php new file mode 100644 index 000000000..4b9b075f6 --- /dev/null +++ b/views/ical/object/default.php @@ -0,0 +1,16 @@ +<?php + /** + * Elgg ICAL output of default object. + * + * @package Elgg + * @subpackage Core + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Curverider Ltd + * @copyright Curverider Ltd 2008-2009 + * @link http://elgg.org/ + * + */ + + elgg_view('export/entity', $vars); + +?>
\ No newline at end of file |