function theme_profile_listing

6.x theme.php theme_profile_listing()

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

See also

profile-listing.tpl.php

Related topics

1 theme call to theme_profile_listing()
profile_browse in drupal-6.x/modules/profile/profile.pages.inc
Menu callback; display a list of user information.

File

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

Code

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