function apachesolr_og_theme in Apache Solr Search 6
Implementation of hook_theme().
The breadcrumb function assumes that _apachesolr_og_gid_key() returns im_og_gid If that changes, modify the theme name appropriately
File
- contrib/
apachesolr_og/ apachesolr_og.module, line 194 - Integrates Organic Group info with Apache Solr search application.
Code
function apachesolr_og_theme() {
return array(
'apachesolr_breadcrumb_im_og_gid' => array(
'arguments' => array(
'group_id' => NULL,
),
),
);
}