aboutsummaryrefslogtreecommitdiff
path: root/mod/riverdashboard/views/default/riverdashboard/welcome.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/riverdashboard/views/default/riverdashboard/welcome.php')
-rw-r--r--mod/riverdashboard/views/default/riverdashboard/welcome.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/mod/riverdashboard/views/default/riverdashboard/welcome.php b/mod/riverdashboard/views/default/riverdashboard/welcome.php
new file mode 100644
index 000000000..e39153ee7
--- /dev/null
+++ b/mod/riverdashboard/views/default/riverdashboard/welcome.php
@@ -0,0 +1,19 @@
+<?php
+
+ /**
+ * Elgg thewire view page
+ *
+ * @package ElggTheWire
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider <info@elgg.com>
+ * @copyright Curverider Ltd 2008-2009
+ * @link http://elgg.com/
+ *
+ */
+
+?>
+
+<div id="welcome_message">
+<p><b>Welcome <?php echo $_SESSION['user']->name; ?></b></p>
+<p>On this page you will find your gateway to the site and the recent activity from your network.</p>
+</div> \ No newline at end of file