diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-10-26 05:09:21 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-10-26 05:09:21 +0000 |
commit | d3a2304418b0b589a4e1d46e5502f5816c7090bd (patch) | |
tree | 734f60a196c3bbd9342d016e9521475a63d1a51d /themes/default/template/profile.tpl | |
parent | 5577aa4d763dadccfff5f89d9d1e1b3676178ce2 (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/profile.tpl')
-rw-r--r-- | themes/default/template/profile.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/template/profile.tpl b/themes/default/template/profile.tpl index de28d0e91..8c004f718 100644 --- a/themes/default/template/profile.tpl +++ b/themes/default/template/profile.tpl @@ -2,6 +2,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}{'Profile'|@translate}</h2> </div> |