diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 18:56:43 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 18:56:43 +0000 |
commit | c15059c7cdc7e6c470e9590398f529e40b566621 (patch) | |
tree | 577c13995d8ff294749a57864f8fbbc160399e27 /dashboard/index.php | |
parent | d0614e9115a57eccac6319d08d2fcafcf71bbc1a (diff) | |
download | elgg-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/index.php')
-rw-r--r-- | dashboard/index.php | 2 |
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);
|