function theme_user_profile

6.x theme.php theme_user_profile()

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

See also

user-profile.tpl.php

Related topics

1 theme call to theme_user_profile()
user_view in drupal-6.x/modules/user/user.pages.inc
Menu callback; Displays a user or user profile page.

File

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

Code

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