nice bubble preview in photo index view
[phpfspot.git] / templates / photo_index.tpl
index 3172547d6794287c884747c147453e3e7ef187e6..1647f5a9040d8170df823f83092a6aacd7284f98 100644 (file)
@@ -21,7 +21,7 @@
       {if $images[row][col] }
       <div id="outter">
       <div id="inner">
-       <a href="javascript:showImage({$images[row][col]});">
+       <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}" />
        </a>
       </div>
@@ -38,4 +38,9 @@
   </td>
  </tr>
 </table>
+<script type="text/javascript">
+<!--
+   bindBubbles();
+-->
+</script>
 <!-- /Image Matrix -->