function theme_user_picture

6.x theme.php theme_user_picture()

Implemented using the user-picture.tpl.php template.

See also

user-picture.tpl.php

Related topics

6 theme calls to theme_user_picture()
template_preprocess_comment in drupal-6.x/modules/comment/comment.module
Process variables for comment.tpl.php.
template_preprocess_node in drupal-6.x/includes/theme.inc
Process variables for node.tpl.php
template_preprocess_profile_block in drupal-6.x/modules/profile/profile.module
Process variables for profile-block.tpl.php.
template_preprocess_profile_listing in drupal-6.x/modules/profile/profile.module
Process variables for profile-listing.tpl.php.
user_edit_form in drupal-6.x/modules/user/user.module

... See full list

File

documentation-6.x/developer/theme.php, line 343
Shadow theme functions for theme templates.

Code

function theme_user_picture() {
  // This function is never used; see the corresponding template file instead.
}