You are here

function advpoll_theme_registry_alter in Advanced Poll 6.3

Same name and namespace in other branches
  1. 6.2 advpoll.module \advpoll_theme_registry_alter()

Implementation of hook_theme_registry_alter().

File

./advpoll.module, line 1716
Advanced Poll - a sophisticated polling module for voting, elections, and group decision-making.

Code

function advpoll_theme_registry_alter(&$theme_registry) {

  // MW - added a node template to prevent clickable  headline on polls being displayed in node view
  $theme_registry['node']['theme paths'][] = drupal_get_path('module', 'advpoll');
}