diff options
| author | 2013-11-07 19:28:39 +0100 | |
|---|---|---|
| committer | 2013-11-07 19:28:39 +0100 | |
| commit | 637b557d195db3fe0120d0b14c869df4e1990a5d (patch) | |
| tree | 3affc42dd67e6d59a47f3c010e0c2dd4a441cc0e /app/layout/header.phtml | |
| parent | 316778ef47394b27047abd9c9a739c34d2fd3829 (diff) | |
Renomme /icons/
Corrige https://github.com/marienfressinaud/FreshRSS/issues/234
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 1c0d2562f..64c60b168 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" width="32" height="32" src="<?php echo Url::display ('/icons/icon-32.png'); ?>" alt="[logo]" /> + <img class="logo" width="32" height="32" src="<?php echo Url::display ('/themes/icons/icon-32.png'); ?>" alt="[logo]" /> <h1><a href="<?php echo _url ('index', 'index'); ?>"><?php echo Configuration::title (); ?></a></h1> </div> |
