aboutsummaryrefslogtreecommitdiff
path: root/app/layout/header.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-12 19:30:04 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-12 22:50:30 +0100
commitedf37ccebf3a42c6f422a4f2cd32d040bb1919ab (patch)
tree0e59ed366100da9bfe92bef8b3928e052baf2201 /app/layout/header.phtml
parent8a52d3cc8ed1970ffa014808e78bf20f6fa78dbd (diff)
Logo FreshRSS cliquable
Diffstat (limited to 'app/layout/header.phtml')
-rw-r--r--app/layout/header.phtml8
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">