theme_profile_block

5 profile.module theme_profile_block($account, $fields = array())
6 theme.php theme_profile_block()
7 theme.php theme_profile_block($variables)

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

See also

profile-block.tpl.php

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