diff options
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> |