From aa0b64932bfbb3af99917f4f6c2384a338f49d1d Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Tue, 1 Jan 2008 17:19:17 +0100 Subject: issue59, a object 'matrix' is necessary so JS-code can find out whether photo index is displayed or not --- themes/default/templates/photo_index.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/default/templates') 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} +

-- cgit v1.2.3-18-g5258