From: Andreas Unterkircher Date: Wed, 6 Jun 2007 20:06:11 +0000 (+0000) Subject: don't try to show non existing images in index matrix X-Git-Tag: phpfspot-1.2~308 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=57358ea6629f4fafdf383314c64efcea55c56492 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 --- 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}