diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/dashboard/views/default/dashboard/welcome.php | 7 |
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 |