if we specify the image size before, the screen doesn't flickering
[phpfspot.git] / templates / single_photo.tpl
index 2243b5622c6a2fb2a216da24e165ca3b027c439c..7935fefc4f458c1224e5334bb10017176c3c0cd7 100644 (file)
    <table>
     <tr>
      <td colspan="3">
+     { if $next_url == "" }
       <a href="javascript:showPhotoIndex();">
-       <img src="{$image_url}" />
+     { else }
+      <a href="{$next_url}"> 
+     { /if }
+       <img src="{$image_url}" width="{$width}" height="{$height}" />
       </a>
      </td>
     </tr>