diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-01 17:19:17 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-01 20:13:16 +0100 |
commit | aa0b64932bfbb3af99917f4f6c2384a338f49d1d (patch) | |
tree | df139397ae0d9a469f314bd03e851cdab3ead477 | |
parent | 3617bf991c8be4516f8d08ec4bf62f4568ef478e (diff) |
issue59, a object 'matrix' is necessary so JS-code can find out whether photo index is displayed or not
-rw-r--r-- | themes/default/templates/photo_index.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ <tr> <td colspan="3" style="width: 100%;"> <div id="adinfo"></div> + <div id="matrix"> {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} + </div> <br class="clearboth" /> </td> </tr> |