diff options
Diffstat (limited to 'views/odd/group/default.php')
-rw-r--r-- | views/odd/group/default.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/views/odd/group/default.php b/views/odd/group/default.php new file mode 100644 index 000000000..8cf04ef16 --- /dev/null +++ b/views/odd/group/default.php @@ -0,0 +1,17 @@ +<?php + + /** + * Elgg default object view + * + * @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/ + */ + + $serialised = exportAsArray($vars['entity']->guid); + foreach ($serialised as $s) + echo $s; +?>
\ No newline at end of file |