| 5 user.module | theme_user_picture( |
| 6 theme.php | theme_user_picture() |
| 7 theme.php | theme_user_picture($variables) |
| 8 theme.php | theme_user_picture($variables) |
Implemented using the user-picture.tpl.php template.
See also
Related topics
6 theme calls to theme_user_picture()
File
- 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.
}
Login or register to post comments