summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-12 19:30:04 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-12 19:30:04 +0100
commit4cdef57989dd4d2ddf1c98a478f7886228b5c47c (patch)
tree80db33ef3f4ba4fa8889dd566513cb9916572f2c /app
parent0c96d3489b3a74e10804206f1be0789fb63a6949 (diff)
Logo FreshRSS cliquable
Diffstat (limited to 'app')
-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 10c05b48e..e67f92141 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">