aboutsummaryrefslogtreecommitdiff
path: root/app/layout/header.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-10-26 22:17:13 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-10-26 22:17:13 +0200
commit1489a18a9826420f2780e673e8db23a2c7adac12 (patch)
treec80d1d83d3034f14f78ee67c3e06397d9a3a5d12 /app/layout/header.phtml
parentdd5273871a74d01d87fa1eaad7aa53bc1c148f85 (diff)
Page Speed : Taille du logo
Permet de fermer https://github.com/marienfressinaud/FreshRSS/issues/168 Alternativement (et peut-être mieux), mettre la référence au logo "icon-32.png" en CSS ainsi que ses dimensions.
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 b75ed818b..3261a8410 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" src="<?php echo Url::display ('/icons/icon-32.png'); ?>" alt="" />
+ <img class="logo" width="32" height="32" src="<?php echo Url::display ('/icons/icon-32.png'); ?>" alt="[logo]" />
<h1><a href="<?php echo _url ('index', 'index'); ?>"><?php echo Configuration::title (); ?></a></h1>
</div>