diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-03-05 22:55:45 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-03-05 22:55:45 +0000 |
commit | 8850aabc34e524e1a7816c363657e3176502a708 (patch) | |
tree | d93da1e74ef2da15de5b76c2858d92887365199d /template/default/category.tpl | |
parent | a9847f6a699dc88b1574ec1d05fa2e90bf029edc (diff) |
simplification of number of sub-categories shown in the menu
git-svn-id: http://piwigo.org/svn/trunk@388 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/category.tpl')
-rw-r--r-- | template/default/category.tpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/template/default/category.tpl b/template/default/category.tpl index 16307a824..7815c5b0d 100644 --- a/template/default/category.tpl +++ b/template/default/category.tpl @@ -18,10 +18,7 @@ <!-- END bulletnolink --> <a href="{category.U_LINK}"><span title='{L_HINT_CATEGORY}' style="{category.T_NAME}">{category.LINK_NAME}</span></a> <span class="menuInfoCat">[ - <!-- BEGIN subcat --> - <span title="{category.NB_SUBCATS} {L_SUBCAT}">{category.NB_SUBCATS}</span> - - <!-- END subcat --> - <span title="{category.TOTAL_CAT} {L_IMG_AVAILABLE}">{category.TOTAL_CAT}</span> ]</span>{category.CAT_ICON}<br /> + <span title="{category.NB_SUBCATS} {L_SUBCAT}">{category.NB_SUBCATS}</span> - <span title="{category.TOTAL_CAT} {L_IMG_AVAILABLE}">{category.TOTAL_CAT}</span> ]</span>{category.CAT_ICON}<br /> <!-- END category --> <div class="totalImages">[ {NB_PICTURE} {L_TOTAL} ]</div> |