aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/mainpage_categories.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2012-03-14 08:19:25 +0000
committerpatdenice <patdenice@piwigo.org>2012-03-14 08:19:25 +0000
commit1c50bb4d0365fd893aa90c810d527cb37e630b93 (patch)
tree14576dc9cce336e59429916fc3ca8917e6b9a71b /themes/smartpocket/template/mainpage_categories.tpl
parentf0d5c6c010ebf651ca6db8c35ef7124b8ca95369 (diff)
Automaticaly set better derivative params for mobile theme according to screen size.
git-svn-id: http://piwigo.org/svn/trunk@13545 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/template/mainpage_categories.tpl')
-rw-r--r--themes/smartpocket/template/mainpage_categories.tpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/smartpocket/template/mainpage_categories.tpl b/themes/smartpocket/template/mainpage_categories.tpl
index 54a99ba4d..d1cf3cf8b 100644
--- a/themes/smartpocket/template/mainpage_categories.tpl
+++ b/themes/smartpocket/template/mainpage_categories.tpl
@@ -1,10 +1,8 @@
-{define_derivative name='derivative_params_square' type='square'}
-
<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_square, $cat.representative.src_image)}">
+ <img src="{$pwg->derivative_url($thumbnail_derivative_params, $cat.representative.src_image)}">
<h3>{$cat.NAME}</h3>
<p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p>
</a>