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/block.tpl.php
38 38
 * - $title: Holds the block->subject.
39 39
 * - $content_processed: Pre-wrapped in div and attributes, but for some
40 40
 *   blocks these are stripped away, e.g. menu bar and main content.
41
 * - $is_mobile: Bool, requires the Browscap module to return TRUE for mobile
42
 *   devices. Use to test for a mobile context.
41
 * - $is_mobile: Mixed, requires the Mobile Detect or Browscap module to return
42
 *   TRUE for mobile.  Note that tablets are also considered mobile devices.  
43
 *   Returns NULL if the feature could not be detected.
44
 * - $is_tablet: Mixed, requires the Mobile Detect to return TRUE for tablets.
45
 *   Returns NULL if the feature could not be detected.
43 46
 *
44 47
 * Available variables:
45 48
 * - $block->subject: Block title.

Formats disponibles : Unified diff