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/comment.tpl.php
13 13
 * - $header_attributes: attributes such as classes to apply to the header element.
14 14
 * - $footer_attributes: attributes such as classes to apply to the footer element.
15 15
 * - $links_attributes: attributes such as classes to apply to the nav element.
16
 * - $is_mobile: Bool, requires the Browscap module to return TRUE for mobile
17
 *   devices. Use to test for a mobile context.
16
 * - $is_mobile: Mixed, requires the Mobile Detect or Browscap module to return
17
 *   TRUE for mobile.  Note that tablets are also considered mobile devices.  
18
 *   Returns NULL if the feature could not be detected.
19
 * - $is_tablet: Mixed, requires the Mobile Detect to return TRUE for tablets.
20
 *   Returns NULL if the feature could not be detected.
18 21
 *
19 22
 * Available variables:
20 23
 * - $author: Comment author. Can be link or plain text.

Formats disponibles : Unified diff