function flag_lists_theme_registry_alter in Flag Lists 8
Same name and namespace in other branches
- 4.0.x 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;
}