modification: "subcatify" becomes optionnal. Enabled by default, easy to

revert to previous display.


git-svn-id: http://piwigo.org/svn/trunk@1132 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2006-04-06 20:28:37 +00:00
commit a892e6abf9
5 changed files with 206 additions and 89 deletions

View file

@ -0,0 +1,27 @@
<!-- BEGIN categories -->
<ul class="thumbnailCategories">
<!-- BEGIN category -->
<li>
<div class="thumbnailCategory">
<div class="illustration">
<a href="{categories.category.URL}">
<img src="{categories.category.SRC}"
alt="{categories.category.ALT}"
title="{categories.category.TITLE}">
</a>
</div>
<div class="description">
<h3>
{categories.category.ICON}
<a href="{categories.category.URL}">{categories.category.NAME}</a>
</h3>
<p>{categories.category.NB_IMAGES} {lang:pictures}</p>
<p>{categories.category.DESCRIPTION}</p>
</div>
<hr class="separation" />
</div>
</li>
<!-- END category -->
</ul>
<hr class="separation" />
<!-- END categories -->