From 6869125504cd6f918ba1fa17725a1f3e215ecbd1 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 4 Jan 2011 20:48:26 +0000 Subject: thumbnails.tpl is smarty "stripped" to reduce payload-> increased margins of thumbnails in css git-svn-id: http://piwigo.org/svn/trunk@8469 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/thumbnails.tpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'themes/default/template') diff --git a/themes/default/template/thumbnails.tpl b/themes/default/template/thumbnails.tpl index fab6f23c3..60638ccf0 100644 --- a/themes/default/template/thumbnails.tpl +++ b/themes/default/template/thumbnails.tpl @@ -1,6 +1,5 @@ - {if !empty($thumbnails)} -{foreach from=$thumbnails item=thumbnail} +{strip}{foreach from=$thumbnails item=thumbnail}
  • @@ -29,5 +28,5 @@
  • -{/foreach} +{/foreach}{/strip} {/if} -- cgit v1.2.3