Files
jeunes-et-engages-d7/sites/all/themes/gui/jee/preprocess/field.pre.php
T
Bachir Soussi Chiadmi 81f57b8f4e BIG BIG BIG update
V0 of first interface
going to refactor JS
2015-03-06 11:40:59 +01:00

9 lines
386 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'];
// dsm($vars['theme_hook_suggestions']);