diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/password.tpl | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/themes/default/template/password.tpl b/themes/default/template/password.tpl index 413286e29..def94dff8 100644 --- a/themes/default/template/password.tpl +++ b/themes/default/template/password.tpl @@ -1,11 +1,13 @@ <div id="content" class="content"> - <div class="titrePage"> - <ul class="categoryActions"> - <li><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li> - </ul> - <h2>{'Password forgotten'|@translate}</h2> - </div> + <div class="titrePage"> + <ul class="categoryActions"> + <li><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@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>{'Password forgotten'|@translate}</h2> + </div> {if count($errors)} <div class="errors"> |