Files
Clameurs/sites/all/themes/gui/jee/preprocess/field.pre.php
T

9 lines
346 B
PHP
Executable File

<?php
//dsm($vars);
$vars['theme_hook_suggestions'][] = 'field__' . $vars['element']['#view_mode'];
$vars['theme_hook_suggestions'][] = 'field__' . $vars['element']['#field_type'] . '__' . $vars['element']['#view_mode'];
$vars['theme_hook_suggestions'][] = 'field__' . $vars['element']['#field_name'] . '__' . $vars['element']['#view_mode'];