summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-30 00:46:35 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-30 00:46:35 +0000
commit579173decae8e68306240b8239c376c1d0124f28 (patch)
tree46b79e54fd642bfe8998374245b8de5f22462323
parent0085972f1e62162b9c010237e5bd5b9b3bfccc4a (diff)
downloadbrdo-579173decae8e68306240b8239c376c1d0124f28.tar.gz
brdo-579173decae8e68306240b8239c376c1d0124f28.tar.bz2
- Patch #563526 by jhodgdon | anschinsan: fixed broken see also link in user-profile.tpl.php doc and re-organized some of the documentation.
-rw-r--r--modules/user/user-profile.tpl.php21
1 files changed, 10 insertions, 11 deletions
diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php
index 487c8bcf6..5c374d778 100644
--- a/modules/user/user-profile.tpl.php
+++ b/modules/user/user-profile.tpl.php
@@ -16,21 +16,20 @@
* included by modules. $user_profile['user_picture'] is available
* for showing the account picture.
*
- * Field variables: for each field instance attached to the user a corresponding
- * variable is defined, e.g. $user->field_example becomes $field_example. When
- * needing to access a field's raw values, developers/themers are strongly
- * encouraged to use these variables. Otherwise they will have to explicitly
- * specify the desired field language, e.g. $user->field_example['en'], thus
- * overriding any language negotiation rule that was previously applied.
+ * Available variables:
+ * - $user_profile: An array of profile items. Use render() to print them.
+ * - Field variables: for each field instance attached to the user a
+ * corresponding variable is defined; e.g., $user->field_example has a
+ * variable $field_example defined. When needing to access a field's raw
+ * values, developers/themers are strongly encouraged to use these
+ * variables. Otherwise they will have to explicitly specify the desired
+ * field language, e.g. $user->field_example['en'], thus overriding any
+ * language negotiation rule that was previously applied.
*
* @see user-profile-category.tpl.php
* Where the html is handled for the group.
- * @see user-profile-field.tpl.php
+ * @see user-profile-item.tpl.php
* Where the html is handled for each item in the group.
- *
- * Available variables:
- * - $user_profile: An array of profile items. Use render() to print them.
- *
* @see template_preprocess_user_profile()
*/
?>