diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/search.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/search.tpl b/themes/default/template/search.tpl index 57f799e75..390e5f0aa 100644 --- a/themes/default/template/search.tpl +++ b/themes/default/template/search.tpl @@ -22,7 +22,7 @@ <div class="titrePage"> <ul class="categoryActions"> <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/help.png" class="button" alt="(?)"></a></li> - <li><a href="{$U_HOME}" title="{'Home'|@translate}" rel="Home"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> + <li><a href="{$U_HOME}" title="{'Home'|@translate}" rel="Home"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li> </ul> <h2>{'Search'|@translate}</h2> </div> |