Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
a461097c
Commit
a461097c
authored
16 years ago
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
- Patch
#293078
by lilou: correction for user-profile.tpl.php documentation.
parent
c14b03b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/user/user-profile.tpl.php
+9
-7
9 additions, 7 deletions
modules/user/user-profile.tpl.php
with
9 additions
and
7 deletions
modules/user/user-profile.tpl.php
+
9
−
7
View file @
a461097c
...
...
@@ -13,7 +13,7 @@
* It is keyed to the name of each category or other data attached to the
* account. If it is a category it will contain all the profile items. By
* default $profile['summary'] is provided which contains data on the user's
* history. Other data can be included by modules. $profile['picture'] is
* history. Other data can be included by modules. $profile['
user_
picture'] is
* available by default showing the account picture.
*
* Also keep in mind that profile items and their categories can be defined by
...
...
@@ -26,17 +26,19 @@
*
* To check for all available data within $profile, use the code below.
*
* <?php print '<pre>'. check_plain(print_r($profile, 1)) .'</pre>'; ?>
* @code
* print '<pre>'. check_plain(print_r($profile, 1)) .'</pre>';
* @endcode
*
* @see user-profile-category.tpl.php
*
w
here the html is handled for the group.
*
W
here the html is handled for the group.
* @see user-profile-field.tpl.php
*
w
here the html is handled for each item in the group.
*
W
here the html is handled for each item in the group.
*
* Available variables:
* - $user_profile: All user profile data. Ready for print.
* - $profile: Keyed array of profile categories and their items or other data
* provided by modules.
*
- $user_profile: All user profile data. Ready for print.
*
- $profile: Keyed array of profile categories and their items or other data
*
provided by modules.
*
* @see template_preprocess_user_profile()
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment