diff options
| author | 2013-08-21 14:12:14 +0200 | |
|---|---|---|
| committer | 2013-08-21 14:12:14 +0200 | |
| commit | 79d857e46b8a67ab9c13cbb0089b7c206e825961 (patch) | |
| tree | 72528332c156f411ca4b4349d4a0d79a7473912f /app/layout/header.phtml | |
| parent | a2dc177a0c6f188b337ec82dab2e477fbd719807 (diff) | |
Fix issue #119 : modif logo + corrections designs
Modification du logo, merci Cypouz !
Petites modifications dans les designs "default" et "flat design"
Diffstat (limited to 'app/layout/header.phtml')
| -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 a46864482..eefa6af30 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -10,8 +10,8 @@ <div class="header"> <div class="item title"> + <img class="logo" src="<?php echo Url::display ('/icons/icon-32.png'); ?>" alt="" /> <h1><a href="<?php echo _url ('index', 'index'); ?>"><?php echo Configuration::title (); ?></a></h1> - <img class="logo" src="<?php echo Url::display ('/logo.png'); ?>" alt="" /> </div> <div class="item search"> |
