diff options
| author | 2013-11-04 14:17:00 -0800 | |
|---|---|---|
| committer | 2013-11-04 14:17:00 -0800 | |
| commit | a4881b2a93615b97bab3da39514983a837c495bf (patch) | |
| tree | 941cd45e3cc8ee339e6691df04303324ef1935be | |
| parent | f2c7b98cb596812beb04713b5df3d226706b9912 (diff) | |
| parent | 1489a18a9826420f2780e673e8db23a2c7adac12 (diff) | |
Merge pull request #218 from Alkarex/patch-2
Page Speed : Taille du logo
| -rw-r--r-- | app/layout/header.phtml | 2 |
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> |
