diff options
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> |
