function theme_search_results

6.x theme.php theme_search_results()

Implemented using the search-results.tpl.php template.

See also

search-results.tpl.php

Related topics

1 theme call to theme_search_results()
search_data in drupal-6.x/modules/search/search.module
Perform a standard search on the given keys, and return the formatted results.

File

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

Code

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