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/page.tpl.php
25 25
              <?php endif; ?>
26 26

  
27 27
              <?php if ($site_name || $site_slogan): ?>
28
                <hgroup id="name-and-slogan"<?php print $hgroup_attributes; ?>>
28
                <div<?php print $hgroup_attributes; ?>>
29 29

  
30 30
                  <?php if ($site_name): ?>
31
                    <h1 id="site-name"<?php print $site_name_attributes; ?>><?php print $site_name; ?></h1>
31
                    <h1<?php print $site_name_attributes; ?>><?php print $site_name; ?></h1>
32 32
                  <?php endif; ?>
33 33

  
34 34
                  <?php if ($site_slogan): ?>
35
                    <h2 id="site-slogan"<?php print $site_slogan_attributes; ?>><?php print $site_slogan; ?></h2>
35
                    <h2<?php print $site_slogan_attributes; ?>><?php print $site_slogan; ?></h2>
36 36
                  <?php endif; ?>
37 37

  
38
                </hgroup>
38
                </div>
39 39
              <?php endif; ?>
40 40

  
41 41
            </div>
......
124 124

  
125 125
                      <?php print render($title_prefix); ?>
126 126

  
127
                      <?php if ($title && !isset($node)): ?>
127
                      <?php if ($title): ?>
128 128
                        <header class="clearfix">
129 129
                          <h1 id="page-title">
130 130
                            <?php print $title; ?>
......
196 196
      </div>
197 197
    <?php endif; ?>
198 198

  
199
    <?php if ($page['footer']): ?>
199
    <?php if ($page['footer'] || $attribution): ?>
200 200
      <div id="footer-wrapper">
201 201
        <div class="container clearfix">
202 202
          <footer class="clearfix" role="contentinfo">
203 203
            <?php print render($page['footer']); ?>
204
            <p class="attribute-creator"><?php print $attribution; ?></p>
204 205
          </footer>
205 206
        </div>
206 207
      </div>

Formats disponibles : Unified diff