You are here

function clean_markup_blocks_theme_registry_alter in Clean Markup 7

Implements hook_theme_registry_alter().

File

modules/clean_markup_blocks/clean_markup_blocks.module, line 229
Provides clean block markup.

Code

function clean_markup_blocks_theme_registry_alter(&$theme_registry) {
  $theme_registry['block']['template'] = drupal_get_path('module', 'clean_markup_blocks') . '/theme/block';
}