diff options
Diffstat (limited to 'mod/dashboard/views')
-rw-r--r-- | mod/dashboard/views/default/dashboard/welcome.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mod/dashboard/views/default/dashboard/welcome.php b/mod/dashboard/views/default/dashboard/welcome.php deleted file mode 100644 index 08c9692f5..000000000 --- a/mod/dashboard/views/default/dashboard/welcome.php +++ /dev/null @@ -1,8 +0,0 @@ -<?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 |