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/region.tpl.php
47 47
 * - $outer_suffix: Closing element.
48 48
 * - $inner_prefix: Inner div with .region-inner and .clearfix classes.
49 49
 * - $inner_suffix: Closing div.
50
 * - $is_mobile: Bool, requires the Browscap module to return TRUE for mobile
51
 *   devices. Use to test for a mobile context.
50
 * - $is_mobile: Mixed, requires the Mobile Detect or Browscap module to return
51
 *   TRUE for mobile.  Note that tablets are also considered mobile devices.  
52
 *   Returns NULL if the feature could not be detected.
53
 * - $is_tablet: Mixed, requires the Mobile Detect to return TRUE for tablets.
54
 *   Returns NULL if the feature could not be detected.
52 55
 *
53 56
 * Available variables:
54 57
 * - $content: The content for this region, typically blocks.

Formats disponibles : Unified diff