You are here

function flag_lists_theme_registry_alter in Flag Lists 4.0.x

Same name and namespace in other branches
  1. 8 flag_lists.module \flag_lists_theme_registry_alter()

Implements hook_theme_registry_alter().

File

./flag_lists.module, line 117
Contains flag_lists.module.

Code

function flag_lists_theme_registry_alter(&$theme_registry) {

  // Prepare for the flagging collection as a variable.
  $theme_registry['flag']['variables']['flagging_collection'] = NULL;
}