aboutsummaryrefslogtreecommitdiff
path: root/views/default/river/dashboard.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/river/dashboard.php')
-rw-r--r--views/default/river/dashboard.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/views/default/river/dashboard.php b/views/default/river/dashboard.php
new file mode 100644
index 000000000..152923f66
--- /dev/null
+++ b/views/default/river/dashboard.php
@@ -0,0 +1,21 @@
+<?php
+ /**
+ * Elgg river for dashboard.
+ *
+ * @package Elgg
+ * @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.com/
+ */
+
+ /// Extract the river
+ $river = $vars['river'];
+?>
+<div id="river">
+ <h1><?php echo elgg_echo('river'); ?></h1>
+ <?
+ foreach ($river as $r)
+ echo "<div>$r</div>";
+ ?>
+</div> \ No newline at end of file