diff options
Diffstat (limited to 'app/layout/header.phtml')
| -rw-r--r-- | app/layout/header.phtml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 63f6d0902..4f19d1c31 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -10,8 +10,12 @@ <div class="header"> <div class="item title"> - <img class="logo" width="32" height="32" src="<?php echo Url::display ('/themes/icons/icon-32.png'); ?>" alt="[logo]" /> - <h1><a href="<?php echo _url ('index', 'index'); ?>"><?php echo Configuration::title (); ?></a></h1> + <h1> + <a href="<?php echo _url ('index', 'index'); ?>"> + <img class="logo" width="32" height="32" src="<?php echo Url::display ('/themes/icons/icon-32.png'); ?>" alt="[logo]" /> + <?php echo Configuration::title (); ?> + </a> + </h1> </div> <div class="item search"> |
