Skip to content

Commit

Permalink
feature:2577
Browse files Browse the repository at this point in the history
Missing file...

git-svn-id: http://piwigo.org/svn/trunk@13235 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
patdenice committed Feb 18, 2012
1 parent 26ed60c commit 7a942df
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions themes/smartpocket/template/mainpage_categories.tpl
@@ -1,18 +1,12 @@
{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}
<li>
<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}
Expand Down

0 comments on commit 7a942df

Please sign in to comment.