You are here

function theme_apachesolr_breadcrumb_hash in Apache Solr Search 5

Return the site from $hash

File

contrib/apachesolr_multisitesearch/apachesolr_multisitesearch.module, line 278

Code

function theme_apachesolr_breadcrumb_hash($hash) {
  return apachesolr_multisitesearch_block('get site', $hash);
}