You are here

function flag_lists_theme_suggestions_flag_alter in Flag Lists 4.0.x

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

Implements hook_theme_suggestions_HOOK_alter().

A try to implement separate theming for flagging collection flag links.

File

./flag_lists.module, line 144
Contains flag_lists.module.

Code

function flag_lists_theme_suggestions_flag_alter(array &$suggestions, array $variables) {

  // A different template for flag origin from flag lists.
  $suggestions[] = 'flag__flag_lists';
}