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:
parent
d700a59172
commit
a892e6abf9
5 changed files with 206 additions and 89 deletions
27
template/yoga/mainpage_categories.tpl
Normal file
27
template/yoga/mainpage_categories.tpl
Normal 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 -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue