diff options
| author | 2013-11-12 19:30:04 +0100 | |
|---|---|---|
| committer | 2013-11-12 19:30:04 +0100 | |
| commit | 4cdef57989dd4d2ddf1c98a478f7886228b5c47c (patch) | |
| tree | 80db33ef3f4ba4fa8889dd566513cb9916572f2c /app | |
| parent | 0c96d3489b3a74e10804206f1be0789fb63a6949 (diff) | |
Logo FreshRSS cliquable
Diffstat (limited to 'app')
| -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 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"> |
