Projet

Général

Profil

Paste
Télécharger (310 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / zen / templates / region--footer.tpl.php @ 87dbc3bf

1
<?php
2
/**
3
 * @file
4
 * Returns the HTML for the footer region.
5
 *
6
 * Complete documentation for this file is available online.
7
 * @see https://drupal.org/node/1728140
8
 */
9
?>
10
<?php if ($content): ?>
11
  <footer id="footer" class="<?php print $classes; ?>">
12
    <?php print $content; ?>
13
  </footer>
14
<?php endif; ?>