aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/start.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-03 22:48:13 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-03 22:48:13 +0000
commit3c8c0584287e5e569879eebe5033610b6ad2fe44 (patch)
tree4788e8885d1c3ade71240a2faa9000a3142e65ca /mod/profile/start.php
parent4ae6d689578448a33024703c61bb17b5709fa0e5 (diff)
downloadelgg-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 'mod/profile/start.php')
-rw-r--r--mod/profile/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php
index 2c4a5c84c..2a12bce48 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -69,7 +69,7 @@ function profile_page_handler($page) {
// main profile page
$params = array(
- 'box' => elgg_view('profile/wrapper'),
+ 'content' => elgg_view('profile/wrapper'),
'num_columns' => 3,
);
$content = elgg_view_layout('widgets', $params);