diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-03 22:48:13 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-03 22:48:13 +0000 |
commit | 3c8c0584287e5e569879eebe5033610b6ad2fe44 (patch) | |
tree | 4788e8885d1c3ade71240a2faa9000a3142e65ca /pages | |
parent | 4ae6d689578448a33024703c61bb17b5709fa0e5 (diff) | |
download | elgg-3c8c0584287e5e569879eebe5033610b6ad2fe44.tar.gz elgg-3c8c0584287e5e569879eebe5033610b6ad2fe44.tar.bz2 |
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
Diffstat (limited to 'pages')
-rw-r--r-- | pages/dashboard.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, ); |