Projet

Général

Profil

Révision db9ffd17

Ajouté par Assos Assos il y a presque 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/date/date_views/theme/date-views-pager.tpl.php
37 37
    <?php if (!empty($prev_url)) : ?>
38 38
      <li class="date-prev">
39 39
        <?php print l('&laquo;' . ($mini ? '' : ' ' . t('Prev', array(), array('context' => 'date_nav'))), $prev_url, $prev_options); ?>
40
      &nbsp;</li>
40
      </li>
41 41
    <?php endif; ?>
42 42
    <?php if (!empty($next_url)) : ?>
43
      <li class="date-next">&nbsp;
43
      <li class="date-next">
44 44
        <?php print l(($mini ? '' : t('Next', array(), array('context' => 'date_nav')) . ' ') . '&raquo;', $next_url, $next_options); ?>
45 45
      </li>
46 46
    <?php endif; ?>

Formats disponibles : Unified diff