You are here

function theme_apachesolr_breadcrumb_type in Apache Solr Search 5

Same name and namespace in other branches
  1. 5.2 apachesolr_search.module \theme_apachesolr_breadcrumb_type()
  2. 6 apachesolr_search.module \theme_apachesolr_breadcrumb_type()
  3. 6.2 apachesolr_search.module \theme_apachesolr_breadcrumb_type()

Return the human readable text for a content type.

File

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

Code

function theme_apachesolr_breadcrumb_type($type) {
  return node_get_types('name', $type);
}