function theme_profile_block

6.x theme.php theme_profile_block()

Implemented using the profile-block.tpl.php template.

See also

profile-block.tpl.php

Related topics

1 theme call to theme_profile_block()
profile_block in drupal-6.x/modules/profile/profile.module
Implementation of hook_block().

File

documentation-6.x/developer/theme.php, line 253
Shadow theme functions for theme templates.

Code

function theme_profile_block() {
  // This function is never used; see the corresponding template file instead.
}