Projet

Général

Profil

Révision 98c5df5c

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/sky/templates/page.tpl.php
16 16

  
17 17
        <?php if ($site_name || $site_slogan): ?>
18 18
          <!-- start: Site name and Slogan hgroup -->
19
          <hgroup id="name-and-slogan"<?php print $hgroup_attributes; ?>>
19
          <div id="name-and-slogan"<?php print $hgroup_attributes; ?>>
20 20

  
21 21
            <?php if ($site_name): ?>
22 22
              <h1 id="site-name"<?php print $site_name_attributes; ?>><?php print $site_name; ?></h1>
......
26 26
              <h2 id="site-slogan"<?php print $site_slogan_attributes; ?>><?php print $site_slogan; ?></h2>
27 27
            <?php endif; ?>
28 28

  
29
          </hgroup><!-- /end #name-and-slogan -->
29
          </div><!-- /end #name-and-slogan -->
30 30

  
31 31
        <?php endif; ?>
32 32

  

Formats disponibles : Unified diff