aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/comments.tpl
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-03-17 19:24:23 +0000
committernikrou <nikrou@piwigo.org>2010-03-17 19:24:23 +0000
commita96d6fa0c64fd0dca686dc03734ba3f2fcdc091f (patch)
tree8fd4056514160ca52d8cac8d6ef0d844d804e2b5 /themes/default/template/comments.tpl
parent21b4bf84a7cc30f8788e3cfa543513c7ebd7500d (diff)
Fix mistypping for home page icon (Home.png instead of home.png)
git-svn-id: http://piwigo.org/svn/trunk@5164 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/comments.tpl')
-rw-r--r--themes/default/template/comments.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/comments.tpl b/themes/default/template/comments.tpl
index 68941e03d..77952ce40 100644
--- a/themes/default/template/comments.tpl
+++ b/themes/default/template/comments.tpl
@@ -2,7 +2,7 @@
<div class="titrePage">
<ul class="categoryActions">
- <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
+ <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li>
</ul>
<h2>{'User comments'|@translate}</h2>
</div>