aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-22 09:35:34 +0000
committerplegall <plg@piwigo.org>2010-03-22 09:35:34 +0000
commitd1d3167c3c9d7e7c0b810dba10053f9791367dda (patch)
treedc06d0571c43a60285c782c66117829a6c891d14 /admin
parent274b283da1e3faf4c7793ddaa800240255bb9916 (diff)
due to background color change on pwgHead, the roma icon for home.png was not good
git-svn-id: http://piwigo.org/svn/trunk@5248 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/clear/icon/home.pngbin0 -> 920 bytes
-rw-r--r--admin/themes/default/template/header.tpl2
-rw-r--r--admin/themes/roma/icon/home.pngbin0 -> 726 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/clear/icon/home.png b/admin/themes/clear/icon/home.png
new file mode 100644
index 000000000..9d62109aa
--- /dev/null
+++ b/admin/themes/clear/icon/home.png
Binary files differ
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>
diff --git a/admin/themes/roma/icon/home.png b/admin/themes/roma/icon/home.png
new file mode 100644
index 000000000..81b6bddb7
--- /dev/null
+++ b/admin/themes/roma/icon/home.png
Binary files differ