diff options
-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> |