diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/password.tpl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/themes/default/template/password.tpl b/themes/default/template/password.tpl index eb78122e6..260830cdf 100644 --- a/themes/default/template/password.tpl +++ b/themes/default/template/password.tpl @@ -2,14 +2,9 @@ <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> <div class="titrePage"> <ul class="categoryActions"> - <li> - <a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button"> - <span class="pwg-icon pwg-icon-home"> </span><span class="pwg-button-text">{'Home'|@translate}</span> - </a> - </li> </ul> - <h2>{$title}</h2> + <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{$title}</h2> </div> {include file='infos_errors.tpl'} |