simplification of number of sub-categories shown in the menu
git-svn-id: http://piwigo.org/svn/trunk@388 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
a9847f6a69
commit
8850aabc34
1 changed files with 1 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue