diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/i18n/fr.php | 2 | ||||
| -rw-r--r-- | app/layout/header.phtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 4273c0b75..71b3703cb 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -4,7 +4,7 @@ return array ( // LAYOUT 'login' => 'Connexion', 'logout' => 'Déconnexion', - 'search' => 'Rechercher un terme ou des #tags', + 'search' => 'Rechercher des mots ou des #tags', 'configuration' => 'Configuration', 'general_and_reading' => 'Général et lecture', 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"> |
