diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-06 09:52:15 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-06 09:52:15 +0100 |
commit | b808ecb188d4745f7b72c71311a0b03964298372 (patch) | |
tree | efadd3bce8bd4d44a7e5e925cd8b61956e8527ae /themes | |
parent | 1a39ed73420a13f0728360a186a5c140a7d852ee (diff) |
refixed a little bug when modifying tag selection
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/templates/photo_index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 05d0ecd..3e0f9e7 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -41,7 +41,7 @@ </div> </div> -<div> +<div id="index"> {section name="row" loop=$rows step=1} {section name="col" loop=$columns step=1} {if $images[row][col] } |