From c15059c7cdc7e6c470e9590398f529e40b566621 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 1 Jul 2008 18:56:43 +0000 Subject: Default text for the dashboard. git-svn-id: https://code.elgg.org/elgg/trunk@1264 36083f99-b078-4883-b0ff-0f9b5a30f544 --- dashboard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard') 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); -- cgit v1.2.3