aboutsummaryrefslogtreecommitdiff
path: root/dashboard
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 18:56:43 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 18:56:43 +0000
commitc15059c7cdc7e6c470e9590398f529e40b566621 (patch)
tree577c13995d8ff294749a57864f8fbbc160399e27 /dashboard
parentd0614e9115a57eccac6319d08d2fcafcf71bbc1a (diff)
downloadelgg-c15059c7cdc7e6c470e9590398f529e40b566621.tar.gz
elgg-c15059c7cdc7e6c470e9590398f529e40b566621.tar.bz2
Default text for the dashboard.
git-svn-id: https://code.elgg.org/elgg/trunk@1264 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/index.php b/dashboard/index.php
index e636f06f7..6f9365bd5 100644
--- a/dashboard/index.php
+++ b/dashboard/index.php
@@ -23,7 +23,7 @@
$title = elgg_echo('dashboard');
// Try and get the user from the username and set the page body accordingly
- $body = elgg_view_layout('widgets',"");
+ $body = elgg_view_layout('widgets',"","",elgg_echo("dashboard:nowidgets"));
page_draw($title, $body);