Projet

Général

Profil

Révision 74f6bef0

Ajouté par Assos Assos il y a plus de 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/adaptivetheme/at_core/templates/field.tpl.php.txt
36 36
 * - $field_view_mode: The view mode so we can test for it inside a template.
37 37
 * - $image_caption_teaser: Boolean value to test for a theme setting.
38 38
 * - $image_caption_full: Boolean value to test for a theme setting.
39
 * - $is_mobile: Bool, requires the Browscap module to return TRUE for mobile
40
 *   devices. Use to test for a mobile context.
39
 * - $is_mobile: Mixed, requires the Mobile Detect or Browscap module to return
40
 *   TRUE for mobile.  Note that tablets are also considered mobile devices.  
41
 *   Returns NULL if the feature could not be detected.
42
 * - $is_tablet: Mixed, requires the Mobile Detect to return TRUE for tablets.
43
 *   Returns NULL if the feature could not be detected.
41 44
 *
42 45
 * Available variables:
43 46
 * - $items: An array of field values. Use render() to output them.

Formats disponibles : Unified diff