function support_solr_theme in Support Ticketing System 6
Implementation of hook_theme().
File
- support_solr/
support_solr.module, line 221 - Apache Solr search for support module.
Code
function support_solr_theme() {
return array(
'apachesolr_breadcrumb_is_support_client' => array(
'arguments' => array(
'client_id' => NULL,
),
),
'apachesolr_breadcrumb_is_support_assigned' => array(
'arguments' => array(
'client_id' => NULL,
),
),
);
}