added slogan

This commit is contained in:
Bachir Soussi Chiadmi
2017-01-22 19:42:26 +01:00
parent b9ce53c6a2
commit 89c8bf9d41
2 changed files with 33 additions and 30 deletions
@@ -70,8 +70,12 @@
<hgroup class="logo"> <hgroup class="logo">
<?php <?php
if ($site_title) { if ($site_title) {
print $site_title; print '<h1>'.$site_title.'</h1>';
} }
if ($site_slogan) {
print '<h2>'.$site_slogan.'</h2>';
}
?> ?>
</hgroup> </hgroup>
@@ -172,4 +176,3 @@
<?php print render($page['footer_bottom']); ?> <?php print render($page['footer_bottom']); ?>
</footer> </footer>
<!-- /footer --> <!-- /footer -->