function theme_profile_block
Implemented using the profile-block.tpl.php template.
See also
Related topics
1 theme call to theme_profile_block()
- profile_block in drupal-6.x/
modules/ profile/ profile.module - Implementation of hook_block().
Archivo
- documentation-6.x/
developer/ theme.php, line 253 - Shadow theme functions for theme templates.
Código
function theme_profile_block() {
// This function is never used; see the corresponding template file instead.
}