aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-22 10:50:15 +0000
committerplegall <plg@piwigo.org>2010-03-22 10:50:15 +0000
commitcd3411f46ca9485312e3520d5ede3a46e3dd8ae3 (patch)
tree265292bf0947a8838f875e26cf9581669b636233 /themes
parentf635122ef203ee98175c08c22721ba34a2391275 (diff)
remove the "forgot password" and "register" in identification icon bar, these
actions are already below the "Submit" button on the very same page. git-svn-id: http://piwigo.org/svn/trunk@5252 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/identification.tpl4
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>