aboutsummaryrefslogtreecommitdiff
path: root/views/default/river/shell.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/river/shell.php')
-rw-r--r--views/default/river/shell.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/views/default/river/shell.php b/views/default/river/shell.php
index 8e0df328f..c0f2c6820 100644
--- a/views/default/river/shell.php
+++ b/views/default/river/shell.php
@@ -11,8 +11,11 @@
/// Extract the river
$river = $vars['river'];
-
+?>
+<div id="river">
+ <h1><?php elgg_echo('river'); ?></h1>
+ <?
foreach ($river as $r)
echo $r;
-
-?> \ No newline at end of file
+ ?>
+</div> \ No newline at end of file