aboutsummaryrefslogtreecommitdiff
path: root/views/opendd/user/default.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/opendd/user/default.php')
-rw-r--r--views/opendd/user/default.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/views/opendd/user/default.php b/views/opendd/user/default.php
new file mode 100644
index 000000000..8cf04ef16
--- /dev/null
+++ b/views/opendd/user/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