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/panels-pane.tpl.php
9 9
 * wrapper and content wrapper.
10 10
 *
11 11
 * Adaptivetheme variables:
12
 * - $is_mobile: Bool, requires the Browscap module to return TRUE for mobile
13
 *   devices. Use to test for a mobile context.
12
 * - $is_mobile: Mixed, requires the Mobile Detect or Browscap module to return
13
 *   TRUE for mobile.  Note that tablets are also considered mobile devices.  
14
 *   Returns NULL if the feature could not be detected.
15
 * - $is_tablet: Mixed, requires the Mobile Detect to return TRUE for tablets.
16
 *   Returns NULL if the feature could not be detected.
14 17
 * - $tag: top level wrapper element, section or div.
15 18
 *
16 19
 * Variables available:
......
27 30
 *   data including the contexts and all of the other panes being displayed.
28 31
 */
29 32
?>
30
<?php if ($pane_prefix): ?>
31
  <?php print $pane_prefix; ?>
32
<?php endif; ?>
33
<?php if (isset($pane_prefix)): print $pane_prefix; endif; ?>
33 34
<<?php print $tag . $attributes . $id; ?>>
34 35
  <div class="block-inner clearfix">
35 36
    <?php if ($admin_links): ?>
......
66 67

  
67 68
  </div>
68 69
</<?php print $tag; ?>>
69
<?php if ($pane_suffix): ?>
70
  <?php print $pane_suffix; ?>
71
<?php endif; ?>
70
<?php if (isset($pane_suffix)): print $pane_suffix; endif; ?>

Formats disponibles : Unified diff