From: Andreas Unterkircher Date: Tue, 1 Jan 2008 16:19:17 +0000 (+0100) Subject: issue59, a object 'matrix' is necessary so JS-code can find out whether photo index... X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=aa0b64932bfbb3af99917f4f6c2384a338f49d1d issue59, a object 'matrix' is necessary so JS-code can find out whether photo index is displayed or not --- diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 1ca25b8..8bcdba0 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -46,6 +46,7 @@
+
{section name="row" loop=$rows step=1} {section name="col" loop=$columns step=1} {if $images[row][col] } @@ -59,6 +60,7 @@ {/if} {/section} {/section} +