From 57358ea6629f4fafdf383314c64efcea55c56492 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Wed, 6 Jun 2007 20:06:11 +0000 Subject: [PATCH] don't try to show non existing images in index matrix git-svn-id: file:///var/lib/svn/phpfspot/trunk@27 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/photo_index.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index 7f3af46..97c9fb8 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -9,9 +9,11 @@ {section name="col" loop=$columns step=1} + {if $images[row][col] } + {/if} {/section} -- 2.25.1