function apachesolr_og_theme in Apache Solr Organic Groups Integration 6.2
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
- ./
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,
),
),
);
}