diff options
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user-picture.tpl.php | 2 | ||||
-rw-r--r-- | modules/user/user-profile.tpl.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/modules/user/user-picture.tpl.php b/modules/user/user-picture.tpl.php index a33d2661d..ee8218786 100644 --- a/modules/user/user-picture.tpl.php +++ b/modules/user/user-picture.tpl.php @@ -12,6 +12,8 @@ * check_plain() before use. * * @see template_preprocess_user_picture() + * + * @ingroup themeable */ ?> <?php if ($user_picture): ?> diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php index a1611c835..0a64fed84 100644 --- a/modules/user/user-profile.tpl.php +++ b/modules/user/user-profile.tpl.php @@ -30,6 +30,8 @@ * @see user-profile-item.tpl.php * Where the html is handled for each item in the group. * @see template_preprocess_user_profile() + * + * @ingroup themeable */ ?> <div class="profile"<?php print $attributes; ?>> |