You are here

function opigno_calendar_theme_registry_alter in Opigno calendar 3.x

Same name and namespace in other branches
  1. 8 opigno_calendar.module \opigno_calendar_theme_registry_alter()

Implements hook_theme_registry_alter

File

./opigno_calendar.module, line 169
Contains opigno_calendar.module.

Code

function opigno_calendar_theme_registry_alter(&$theme_registry) {
  $theme_registry['calendar_month_col']['path'] = drupal_get_path('module', 'opigno_calendar') . '/templates';
}