| 5 user.module | theme_user_profile( |
| 6 theme.php | theme_user_profile() |
| 7 theme.php | theme_user_profile($variables) |
| 8 theme.php | theme_user_profile($variables) |
Implemented using the user-profile.tpl.php template.
See also
Related topics
File
- developer/
theme.php, line 405 - Shadow theme functions for theme templates.
Code
function theme_user_profile($variables) {
// This function is never used; see the corresponding template file instead.
}
Login or register to post comments