function opigno_calendar_theme_registry_alter in Opigno calendar 8
Same name and namespace in other branches
- 3.x opigno_calendar.module \opigno_calendar_theme_registry_alter()
Implements hook_theme_registry_alter
File
- ./
opigno_calendar.module, line 154 - 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';
}