You are here

function accordion_blocks_theme_registry_alter in Accordion Blocks 6

File

./accordion_blocks.module, line 17

Code

function accordion_blocks_theme_registry_alter(&$theme_registry) {
  $theme_registry['block']['theme paths'][] = drupal_get_path('module', 'accordion_blocks');
}