diff options
author | nikrou <nikrou@piwigo.org> | 2010-03-17 19:24:23 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-03-17 19:24:23 +0000 |
commit | a96d6fa0c64fd0dca686dc03734ba3f2fcdc091f (patch) | |
tree | 8fd4056514160ca52d8cac8d6ef0d844d804e2b5 /themes/default/template/about.tpl | |
parent | 21b4bf84a7cc30f8788e3cfa543513c7ebd7500d (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/about.tpl')
-rw-r--r-- | themes/default/template/about.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/about.tpl b/themes/default/template/about.tpl index 370e3ccc3..c5a4625d4 100644 --- a/themes/default/template/about.tpl +++ b/themes/default/template/about.tpl @@ -3,7 +3,7 @@ <ul class="categoryActions"> <li> <a href="{$U_HOME}" title="{'return to homepage'|@translate}"> - <img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"> + <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"> </a> </li> </ul> |