From 3c8c0584287e5e569879eebe5033610b6ad2fe44 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Thu, 3 Feb 2011 22:48:13 +0000 Subject: Changed widgets layout "box" parameter to "content" just like the other layouts git-svn-id: http://code.elgg.org/elgg/trunk@8007 36083f99-b078-4883-b0ff-0f9b5a30f544 --- pages/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/dashboard.php b/pages/dashboard.php index 1deefed97..0f4b113c5 100644 --- a/pages/dashboard.php +++ b/pages/dashboard.php @@ -18,7 +18,7 @@ $title = elgg_echo('dashboard'); $intro_message = elgg_view('core/dashboard/blurb'); $params = array( - 'box' => $intro_message, + 'content' => $intro_message, 'num_columns' => 3, 'show_access' => false, ); -- cgit v1.2.3