remove bubble for now
git-svn-id: file:///var/lib/svn/phpfspot/trunk@125
fa6a889d-dae6-447d-9e79-
4ba9a3039384
{if $images[row][col] }
<div id="outter">
<div id="inner">
- <a href="javascript:showImage({$images[row][col]});" id="{$images[row][col]}" class="bubble">
+ <a href="javascript:showImage({$images[row][col]});" id="{$images[row][col]}">
<img class="thumb" id="{$images[row][col]}" src="phpfspot_img.php?idx={$images[row][col]}&width={$width}" alt="thumb_{$images[row][col]}" width="{$img_width[row][col]}" height="{$img_height[row][col]}" />
</a>
</div>
</td>
</tr>
</table>
-<script type="text/javascript">
-<!--
- bindBubbles();
--->
-</script>
<!-- /Image Matrix -->