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/aggregator-feed-source.tpl.php
7 7
 * For example, "example.com/aggregator/sources/1".
8 8
 *
9 9
 * Adaptivetheme variables:
10
 * - $is_mobile: Bool, requires the Browscap module to return TRUE for mobile
11
 *   devices. Use to test for a mobile context.
10
 * - $is_mobile: Mixed, requires the Mobile Detect or Browscap module to return
11
 *   TRUE for mobile.  Note that tablets are also considered mobile devices.
12
 *   Returns NULL if the feature could not be detected.
13
 * - $is_tablet: Mixed, requires the Mobile Detect to return TRUE for tablets.
14
 *   Returns NULL if the feature could not be detected.
12 15
 *
13 16
 * Available variables:
14 17
 * - $source_icon: Feed icon linked to the source. Rendered through
......
34 37

  
35 38
  <dl class="feed-details">
36 39
    <dt class="feed-url"><?php print t('URL:'); ?></dt>
37
      <dd class="clearfix"><?php print $source_url; ?></dd>
40
    <dd class="clearfix"><?php print $source_url; ?></dd>
38 41
    <dt class="feed-updated"><?php print t('Updated:'); ?></dt>
39
      <dd class="clearfix"><?php print $last_checked; ?></dd>
42
    <dd class="clearfix"><?php print $last_checked; ?></dd>
40 43
  </dl>
41 44

  
42 45
</aside>

Formats disponibles : Unified diff