diff options
Diffstat (limited to 'app')
| -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 a3c8c55c4..a0b603523 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -12,7 +12,7 @@ <div class="item title"> <h1> <a href="<?php echo _url ('index', 'index'); ?>"> - <img class="logo" width="32" height="32" src="<?php echo Url::display ('/themes/icons/icon-32.png'); ?>" alt="⊚" /> + <img class="logo" src="<?php echo Url::display ('/themes/icons/icon.svg'); ?>" alt="⊚" /> <?php echo Configuration::title (); ?> </a> </h1> |
