issue8, also specify ID for <img>
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 16 Jun 2007 08:33:06 +0000 (08:33 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 16 Jun 2007 08:33:06 +0000 (08:33 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@101 fa6a889d-dae6-447d-9e79-4ba9a3039384

templates/photo_index.tpl

index d94db182e82b091e0df6431c06f15f46bae94ad7..a1e19a795bfabb619d2729c02cc596666c2143ed 100644 (file)
@@ -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>