summaryrefslogtreecommitdiff
path: root/app/layout/header.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-07 19:28:39 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-07 19:28:39 +0100
commit637b557d195db3fe0120d0b14c869df4e1990a5d (patch)
tree3affc42dd67e6d59a47f3c010e0c2dd4a441cc0e /app/layout/header.phtml
parent316778ef47394b27047abd9c9a739c34d2fd3829 (diff)
Renomme /icons/
Corrige https://github.com/marienfressinaud/FreshRSS/issues/234
Diffstat (limited to 'app/layout/header.phtml')
-rw-r--r--app/layout/header.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml
index 1c0d2562f..64c60b168 100644
--- a/app/layout/header.phtml
+++ b/app/layout/header.phtml
@@ -10,7 +10,7 @@
<div class="header">
<div class="item title">
- <img class="logo" width="32" height="32" src="<?php echo Url::display ('/icons/icon-32.png'); ?>" alt="[logo]" />
+ <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>
</div>