Projet

Général

Profil

Révision b720ea3e

Ajouté par Assos Assos il y a plus de 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/date/date_views/theme/date-views-pager.tpl.php
27 27
 *   be used in the l() function, including rel=nofollow.
28 28
 */
29 29
?>
30
<?php if (!empty($pager_prefix)) print $pager_prefix; ?>
31
<div class="date-nav-wrapper clearfix<?php if (!empty($extra_classes)) print $extra_classes; ?>">
30
<?php if (!empty($pager_prefix)) : ?>
31
<?php print $pager_prefix; ?>
32
<?php endif; ?>
33
<div class="date-nav-wrapper clearfix<?php if (!empty($extra_classes)): print $extra_classes; endif; ?>">
32 34
  <div class="date-nav item-list">
33 35
    <div class="date-heading">
34 36
      <h3><?php print $nav_title ?></h3>
......
36 38
    <ul class="pager">
37 39
    <?php if (!empty($prev_url)) : ?>
38 40
      <li class="date-prev">
39
        <?php print l('&laquo;' . ($mini ? '' : ' ' . t('Prev', array(), array('context' => 'date_nav'))), $prev_url, $prev_options); ?>
41
        <?php
42
        $text = '&laquo;';
43
        $text .= $mini ? '' : ' ' . t('Prev', array(), array('context' => 'date_nav'));
44
        print l(t($text), $prev_url, $prev_options);
45
        ?>
40 46
      </li>
41 47
    <?php endif; ?>
42 48
    <?php if (!empty($next_url)) : ?>
......
46 52
    <?php endif; ?>
47 53
    </ul>
48 54
  </div>
49
</div>
55
</div>

Formats disponibles : Unified diff