From f68f9111ca0de803400daeb4ba8f2d1e0ec8669b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 26 May 2005 19:03:05 +0000 Subject: - Patch #23633 by Moshe: improve grouping in default profile page. --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 98c44dab8..e2da4465d 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -605,7 +605,7 @@ function theme_user_profile($account, $fields) { $output = "
\n"; $output .= theme('user_picture', $account); foreach ($fields as $category => $value) { - $output .= "

$category

$value"; + $output .= theme('box', $category, $value); } $output .= "
\n"; -- cgit v1.2.3