From e54e729719c29d263c140d91fd3b93167ceb188e Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 6 Jan 2008 12:01:32 +0100 Subject: remove the rows x cols logic Signed-off-by: Andreas Unterkircher --- themes/default/templates/photo_index.tpl | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'themes/default/templates/photo_index.tpl') diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 6453725..35a9491 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -42,18 +42,16 @@
- {section name="row" loop=$rows step=1} - {section name="col" loop=$columns step=1} - {if $images[row][col] } + {section name="thumb" loop=$thumbs step=1} + {if $images[thumb] } {/if} - {/section} {/section}

-- cgit v1.2.3-18-g5258