added slogan
This commit is contained in:
@@ -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 -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user