aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/password.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-10-26 05:09:21 +0000
committerrvelices <rv-github@modusoptimus.com>2012-10-26 05:09:21 +0000
commitd3a2304418b0b589a4e1d46e5502f5816c7090bd (patch)
tree734f60a196c3bbd9342d016e9521475a63d1a51d /themes/default/template/password.tpl
parent5577aa4d763dadccfff5f89d9d1e1b3676178ce2 (diff)
rollback remove empty <ul> ( -r18748 )
git-svn-id: http://piwigo.org/svn/trunk@18750 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/password.tpl')
-rw-r--r--themes/default/template/password.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/default/template/password.tpl b/themes/default/template/password.tpl
index c70513cb3..260830cdf 100644
--- a/themes/default/template/password.tpl
+++ b/themes/default/template/password.tpl
@@ -1,6 +1,9 @@
{if isset($MENUBAR)}{$MENUBAR}{/if}
<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
<div class="titrePage">
+ <ul class="categoryActions">
+ </ul>
+
<h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{$title}</h2>
</div>