summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-16 08:33:06 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-16 08:33:06 +0000
commitf64bb236d8b62cb459a6c37b03d96d72c40387a1 (patch)
treeeaa77f602460fafb27905a0c336ffb16e5e40de2
parente610a123c520cb5de19f07a5dd1dd20b3965c60c (diff)
issue8, also specify ID for <img>
git-svn-id: file:///var/lib/svn/phpfspot/trunk@101 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r--templates/photo_index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl
index d94db18..a1e19a7 100644
--- a/templates/photo_index.tpl
+++ b/templates/photo_index.tpl
@@ -33,7 +33,7 @@
<div id="outter">
<div id="inner">
<a href="javascript:showImage({$images[row][col]});" id="{$images[row][col]}" class="bubble">
- <img class="thumb" src="phpfspot_img.php?idx={$images[row][col]}&amp;width={$width}" />
+ <img class="thumb" id="{$images[row][col]}" src="phpfspot_img.php?idx={$images[row][col]}&amp;width={$width}" />
</a>
</div>
</div>