function theme_user_profile
Implemented using the user-profile.tpl.php template.
See also
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.
Archivo
- documentation-6.x/
developer/ theme.php, line 370 - Shadow theme functions for theme templates.
Código
function theme_user_profile() {
// This function is never used; see the corresponding template file instead.
}