mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
feature:2577
Missing file... git-svn-id: http://piwigo.org/svn/trunk@13235 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{define_derivative name='derivative_params' width=80 height=80 crop=true}
|
||||
{define_derivative name='derivative_params' width=120 height=120 crop=true}
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
{foreach from=$category_thumbnails item=cat}
|
||||
@@ -6,13 +6,7 @@
|
||||
<a href="{$cat.URL}">
|
||||
<img src="{$pwg->derivative_url($derivative_params, $cat.representative.src_image)}">
|
||||
<h3>{$cat.NAME}</h3>
|
||||
{if isset($cat.INFO_DATES) }
|
||||
<p class="dates">{$cat.INFO_DATES}</p>
|
||||
{/if}
|
||||
<p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p>
|
||||
{if not empty($cat.DESCRIPTION)}
|
||||
<p>{$cat.DESCRIPTION}</p>
|
||||
{/if}
|
||||
</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
|
||||
Reference in New Issue
Block a user