issue59, a object 'matrix' is necessary so JS-code can find out whether photo index...
authorAndreas Unterkircher <unki@netshadow.at>
Tue, 1 Jan 2008 16:19:17 +0000 (17:19 +0100)
committerAndreas Unterkircher <unki@netshadow.at>
Tue, 1 Jan 2008 19:13:16 +0000 (20:13 +0100)
themes/default/templates/photo_index.tpl

index 1ca25b831e195164ef0060db4f3bf9e4aeeb16e9..8bcdba0d0eab1762bb682cf11ad47e9707dda1cf 100644 (file)
@@ -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>