moved from inigui to inifig theme, created clameurs theme

This commit is contained in:
Bachir Soussi Chiadmi
2017-01-22 14:55:34 +01:00
parent 80df12f80c
commit b462526778
479 changed files with 6224 additions and 78627 deletions
@@ -0,0 +1,8 @@
<?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'];