aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2012-02-18 20:29:13 +0000
committerpatdenice <patdenice@piwigo.org>2012-02-18 20:29:13 +0000
commit7a942df7652e126c3da31f24c4c40b534f605fb4 (patch)
tree0ce18b36f22f2309e4fd4fc859653a23fefff18e /themes/smartpocket/template
parent26ed60c972da7e18325c35a62e72025d1a70fbf1 (diff)
feature:2577
Missing file... git-svn-id: http://piwigo.org/svn/trunk@13235 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/template')
-rw-r--r--themes/smartpocket/template/mainpage_categories.tpl8
1 files changed, 1 insertions, 7 deletions
diff --git a/themes/smartpocket/template/mainpage_categories.tpl b/themes/smartpocket/template/mainpage_categories.tpl
index 19914c5ce..18485172f 100644
--- a/themes/smartpocket/template/mainpage_categories.tpl
+++ b/themes/smartpocket/template/mainpage_categories.tpl
@@ -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}