You are here

function oa_tour_theme in Open Atrium Tours 7.2

Implements hook_theme()

File

./oa_tour.module, line 20
Code for the Open Atrium Bootstrap Tour customizations.

Code

function oa_tour_theme() {
  return array(
    'oa_tour_dropdown' => array(
      'template' => 'oa-tour-dropdown',
      'path' => drupal_get_path('module', 'oa_tour') . '/templates',
    ),
  );
}