You are here

function theme_apachesolr_facet_list in Apache Solr Search 5

Same name and namespace in other branches
  1. 5.2 apachesolr.module \theme_apachesolr_facet_list()
  2. 6 apachesolr.module \theme_apachesolr_facet_list()
  3. 6.2 apachesolr.module \theme_apachesolr_facet_list()
4 theme calls to theme_apachesolr_facet_list()
apachesolrlang_block in contrib/apachesolr_lang/apachesolrlang.module
Implementation of hook_block().
apachesolr_facet_block in ./apachesolr.module
apachesolr_multisitesearch_block in contrib/apachesolr_multisitesearch/apachesolr_multisitesearch.module
Implementation of hook_block().
apachesolr_search_block in ./apachesolr_search.module
Implementation of hook_block().

File

./apachesolr.module, line 856
Integration with the Apache Solr search application.

Code

function theme_apachesolr_facet_list($items) {
  return theme('item_list', $items);
}