diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/profile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/profile.tpl b/themes/default/template/profile.tpl index b94c3967c..2bfcad3d1 100644 --- a/themes/default/template/profile.tpl +++ b/themes/default/template/profile.tpl @@ -12,7 +12,7 @@ <div class="titrePage"> <ul class="categoryActions"> - <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> + <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li> </ul> <h2>{'Profile'|@translate}</h2> </div> |