You are here

function theme_apachesolr_breadcrumb_created in Apache Solr Search 6

File

./apachesolr_search.module, line 1147
Provides a content search implementation for node content for use with the Apache Solr search application.

Code

function theme_apachesolr_breadcrumb_created($range) {
  return theme_apachesolr_breadcrumb_date_range($range);
}