X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=themes%2Fdefault%2Ftemplates%2Fphoto_index.tpl;h=35a9491c466733ee9b007135196cd5c462cbe087;hp=6453725af647cd154311222bcc557b739c9677a1;hb=e54e729719c29d263c140d91fd3b93167ceb188e;hpb=7eaf3d147420cb0a99296bafe91ac62be0700dcb;ds=sidebyside diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 6453725..35a9491 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -42,18 +42,16 @@
- {section name="row" loop=$rows step=1} - {section name="col" loop=$columns step=1} - {if $images[row][col] } + {section name="thumb" loop=$thumbs step=1} + {if $images[thumb] }
- - thumb_{$images[row][col]} + + thumb_{$images[thumb]}
- {$img_name[row][col]} + {$img_name[thumb]}
{/if} - {/section} {/section}