Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f68f9111
Commit
f68f9111
authored
May 26, 2005
by
Dries Buytaert
Browse files
- Patch
#23633
by Moshe: improve grouping in default profile page.
parent
e579f4d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/user.module
View file @
f68f9111
...
...
@@ -605,7 +605,7 @@ function theme_user_profile($account, $fields) {
$output
=
"<div class=
\"
profile
\"
>
\n
"
;
$output
.
=
theme
(
'user_picture'
,
$account
);
foreach
(
$fields
as
$category
=>
$value
)
{
$output
.
=
"<h2>
$category
</h2>
$value
"
;
$output
.
=
theme
(
'box'
,
$category
,
$value
)
;
}
$output
.
=
"</div>
\n
"
;
...
...
modules/user/user.module
View file @
f68f9111
...
...
@@ -605,7 +605,7 @@ function theme_user_profile($account, $fields) {
$output
=
"<div class=
\"
profile
\"
>
\n
"
;
$output
.
=
theme
(
'user_picture'
,
$account
);
foreach
(
$fields
as
$category
=>
$value
)
{
$output
.
=
"<h2>
$category
</h2>
$value
"
;
$output
.
=
theme
(
'box'
,
$category
,
$value
)
;
}
$output
.
=
"</div>
\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment