diff options
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user-picture.tpl.php | 3 | ||||
-rw-r--r-- | modules/user/user-profile-category.tpl.php | 3 | ||||
-rw-r--r-- | modules/user/user-profile-item.tpl.php | 3 | ||||
-rw-r--r-- | modules/user/user-profile.tpl.php | 3 | ||||
-rw-r--r-- | modules/user/user.js | 2 | ||||
-rw-r--r-- | modules/user/user_profile.tpl.php | 1 | ||||
-rw-r--r-- | modules/user/user_profile_category.tpl.php | 3 | ||||
-rw-r--r-- | modules/user/user_profile_item.tpl.php | 2 |
8 files changed, 15 insertions, 5 deletions
diff --git a/modules/user/user-picture.tpl.php b/modules/user/user-picture.tpl.php index 10fe596ba..ae07680f5 100644 --- a/modules/user/user-picture.tpl.php +++ b/modules/user/user-picture.tpl.php @@ -1,5 +1,6 @@ <?php -// $Id +// $Id$ + /** * @file user-picture.tpl.php * Default theme implementation to present an picture configured for the diff --git a/modules/user/user-profile-category.tpl.php b/modules/user/user-profile-category.tpl.php index 920d93cd3..55946643a 100644 --- a/modules/user/user-profile-category.tpl.php +++ b/modules/user/user-profile-category.tpl.php @@ -1,5 +1,6 @@ <?php -// $Id +// $Id$ + /** * @file user-profile-category.tpl.php * Default theme implementation to present profile categories (groups of diff --git a/modules/user/user-profile-item.tpl.php b/modules/user/user-profile-item.tpl.php index bcab25de2..e51a4b114 100644 --- a/modules/user/user-profile-item.tpl.php +++ b/modules/user/user-profile-item.tpl.php @@ -1,5 +1,6 @@ <?php -// $Id +// $Id$ + /** * @file user-profile-item.tpl.php * Default theme implementation to present profile items (values from user diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php index 92bd3f07e..14a5bda0d 100644 --- a/modules/user/user-profile.tpl.php +++ b/modules/user/user-profile.tpl.php @@ -1,5 +1,6 @@ <?php -// $Id +// $Id$ + /** * @file user-profile.tpl.php * Default theme implementation to present all user profile data. diff --git a/modules/user/user.js b/modules/user/user.js index aa5cf34a3..21b2b96ca 100644 --- a/modules/user/user.js +++ b/modules/user/user.js @@ -1,4 +1,4 @@ -/* $Id$ */ +// $Id$ /** * Attach handlers to evaluate the strength of any password fields and to check diff --git a/modules/user/user_profile.tpl.php b/modules/user/user_profile.tpl.php index 2acd78a94..d5cf6ea12 100644 --- a/modules/user/user_profile.tpl.php +++ b/modules/user/user_profile.tpl.php @@ -1,4 +1,5 @@ <?php +// $Id$ /* * In order to customize user profiles, replace the HTML below with your own diff --git a/modules/user/user_profile_category.tpl.php b/modules/user/user_profile_category.tpl.php index 386cb5833..bd5c5ae9b 100644 --- a/modules/user/user_profile_category.tpl.php +++ b/modules/user/user_profile_category.tpl.php @@ -1,3 +1,6 @@ +<?php +// $Id$ +?> <?php if ($element['#title']): ?> <h3><?php print $element['#title'] ?></h3> <?php endif; ?> diff --git a/modules/user/user_profile_item.tpl.php b/modules/user/user_profile_item.tpl.php index e234380b8..7c8d7ee2c 100644 --- a/modules/user/user_profile_item.tpl.php +++ b/modules/user/user_profile_item.tpl.php @@ -1,4 +1,6 @@ <?php +// $Id$ + $attributes = isset($element['#attributes']) ? ' '. drupal_attributes($element['#attributes']) : ''; ?> <dt<?php print $attributes ?>><?php print $element['#title'] ?></dt> |