Same name and namespace in other branches
  1. 4.7.x modules/profile.module \theme_profile_block()
  2. 5.x modules/profile/profile.module \theme_profile_block()

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

See also

profile-block.tpl.php

Related topics

File

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.
}