You are here

function ultimate_cron_theme_registry_alter in Ultimate Cron 8

Same name and namespace in other branches
  1. 6 ultimate_cron.module \ultimate_cron_theme_registry_alter()
  2. 7 ultimate_cron.module \ultimate_cron_theme_registry_alter()

Implements hook_theme_registry_alter().

File

./ultimate_cron.module, line 496
@todo Add filter on overview page. @todo Add log view (with graph). @todo Make proper markup for overview page. @todo Refactor drush stuff, too many intimate relations with Background Process @todo Refactor Cron % offset stuff. Too mixed up and…

Code

function ultimate_cron_theme_registry_alter(&$theme_registry) {
  $theme_registry['page']['theme paths'][] = drupal_get_path('module', 'ultimate_cron') . '/templates';
}