diff options
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/identification.tpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/default/template/identification.tpl b/themes/default/template/identification.tpl index 073ec951d..75ce1bb4d 100644 --- a/themes/default/template/identification.tpl +++ b/themes/default/template/identification.tpl @@ -2,10 +2,6 @@ <div class="titrePage"> <ul class="categoryActions"> - <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li> - {if isset($U_REGISTER) } - <li><a href="{$U_REGISTER}" title="{'Register'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li> - {/if} <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>{'Identification'|@translate}</h2> |