diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 13:48:23 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 13:48:23 +0000 |
commit | 1a9cf80a5a78f5162ed615c4604060de30ba3c95 (patch) | |
tree | 4e52fb7b006f8e6937595f5f47da88744cc1291d /mod/dashboard/views | |
parent | f01d6a8266797c15155734002727496c0f0e8648 (diff) | |
download | elgg-1a9cf80a5a78f5162ed615c4604060de30ba3c95.tar.gz elgg-1a9cf80a5a78f5162ed615c4604060de30ba3c95.tar.bz2 |
No need to have the dashboard plugin. Dashboard is part of core.
git-svn-id: https://code.elgg.org/elgg/trunk@1234 36083f99-b078-4883-b0ff-0f9b5a30f544
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 |