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/corolla/templates/node.tpl.php
7 7
    <?php if ($title || $display_submitted): ?>
8 8
      <header<?php print $header_attributes; ?>>
9 9

  
10
        <?php if ($title): ?>
10
        <?php if ($title && !$page): ?>
11 11
          <h1<?php print $title_attributes; ?>>
12
            <?php if (!$page): ?>
13 12
              <a href="<?php print $node_url; ?>" rel="bookmark"><?php print $title; ?></a>
14
            <?php elseif ($page): ?>
15
              <?php print $title; ?>
16
            <?php endif; ?>
17 13
          </h1>
18 14
        <?php endif; ?>
19 15

  

Formats disponibles : Unified diff