summaryrefslogtreecommitdiff
path: root/app/layout/header.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-24 19:33:30 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-24 19:33:30 +0100
commit20acba36a20a61619978f8f75d236eee2676fd30 (patch)
treeacd25162924baf2624d90a6d5a3dc3ef568a2090 /app/layout/header.phtml
parentdf3a8267768058691fec55edbdf946c836acd823 (diff)
Suppression des PNGs inutilisés
Voir https://github.com/marienfressinaud/FreshRSS/issues/284#issuecomment-29139723
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 a3c8c55c4..a0b603523 100644
--- a/app/layout/header.phtml
+++ b/app/layout/header.phtml
@@ -12,7 +12,7 @@
<div class="item title">
<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="⊚" />
+ <img class="logo" src="<?php echo Url::display ('/themes/icons/icon.svg'); ?>" alt="⊚" />
<?php echo Configuration::title (); ?>
</a>
</h1>