Same name and namespace in other branches
  1. 4.7.x modules/profile.module \theme_profile_listing()
  2. 5.x modules/profile/profile.module \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 modules/profile/profile.pages.inc
Menu callback; display a list of user information.

File

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