aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/register.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/register.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/register.tpl')
-rw-r--r--themes/default/template/register.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/template/register.tpl b/themes/default/template/register.tpl
index 56daa3833..09ed0d577 100644
--- a/themes/default/template/register.tpl
+++ b/themes/default/template/register.tpl
@@ -4,6 +4,8 @@
<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}{'Registration'|@translate}</h2>
</div>