function ultimate_cron_theme_registry_alter in Ultimate Cron 6
Same name and namespace in other branches
- 8 ultimate_cron.module \ultimate_cron_theme_registry_alter()
- 7 ultimate_cron.module \ultimate_cron_theme_registry_alter()
Implements hook_theme_registry_alter().
File
- ./
ultimate_cron.module, line 481 - @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';
}