diff options
Diffstat (limited to 'admin/themes/default/template/header.tpl')
-rw-r--r-- | admin/themes/default/template/header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl index a75ac24af..4068bfe74 100644 --- a/admin/themes/default/template/header.tpl +++ b/admin/themes/default/template/header.tpl @@ -40,7 +40,7 @@ <div id="pwgHead"> <h1> <a href="{$U_RETURN}" title="Visit Gallery"> - <img src="{$ROOT_URL}admin/themes/default/icon/home.png" alt="{'Home'|@translate}"> + <img src="{$ROOT_URL}admin/themes/{$theme.id}/icon/home.png" alt="{'Home'|@translate}"> {$GALLERY_TITLE} </a> </h1> |