function theme_search_result

6.x theme.php theme_search_result()

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

See also

search-result.tpl.php

Related topics

2 theme calls to theme_search_result()
hook_search_page in documentation-6.x/developer/hooks/core.php
Override the rendering of search results.
template_preprocess_search_results in drupal-6.x/modules/search/search.pages.inc
Process variables for search-results.tpl.php.

File

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

Code

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