Projet

Général

Profil

Révision ef1afbb9

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/theme/views-more.tpl.php
7 7
 * - $view: The view object.
8 8
 * - $more_url: the url for the more link.
9 9
 * - $link_text: the text for the more link.
10
 * - $new_window: The flag that indicates if link should be opened in a new
11
 *   window.
10 12
 *
11 13
 * @ingroup views_templates
12 14
 */
13 15
?>
14 16

  
15 17
<div class="more-link">
16
  <a href="<?php print $more_url ?>">
18
  <a href="<?php print $more_url ?>"<?php if (!empty($new_window)) { ?> target="_blank"<?php
19
 } ?>>
17 20
    <?php print $link_text; ?>
18 21
  </a>
19 22
</div>

Formats disponibles : Unified diff