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