You are here

function og_quiz_theme_registry_alter in OG Quiz 7

Implements hook_theme_registry_alter().

File

./og_quiz.module, line 67
Module hooks and custom logic.

Code

function og_quiz_theme_registry_alter(&$registry) {
  unset($registry['quiz_admin_summary']['file']);
  $registry['quiz_admin_summary']['function'] = 'theme_og_quiz_quiz_admin_summary';
}