aboutsummaryrefslogtreecommitdiff
path: root/mod/dashboard/views/default/dashboard/welcome.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/dashboard/views/default/dashboard/welcome.php')
-rw-r--r--mod/dashboard/views/default/dashboard/welcome.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/mod/dashboard/views/default/dashboard/welcome.php b/mod/dashboard/views/default/dashboard/welcome.php
index 527ea88ba..08c9692f5 100644
--- a/mod/dashboard/views/default/dashboard/welcome.php
+++ b/mod/dashboard/views/default/dashboard/welcome.php
@@ -1 +1,8 @@
+<?php
+
+ $user = $vars['name'];
+
+?>
+
+<p>Welcome <?php echo $user; ?></p>
<p><i>This will be a dashboard.</i></p> \ No newline at end of file