when click on the loupe open a new window and display the image
[phpfspot.git] / phpfspot.class.php
index e4ca4ffa9cde084ac3b7d6561e566a0e18e1994c..de2adc086f001265f2d53123c7048493f10f187d 100644 (file)
@@ -111,6 +111,7 @@ class PHPFSPOT {
       $this->tmpl->assign('madewith', $meta['Make'] ." ". $meta['Model']);
       $this->tmpl->assign('image_name', $details['name']);
       $this->tmpl->assign('image_url', 'phpfspot_img.php?idx='. $photo ."&width=". $this->cfg->photo_width);
+      $this->tmpl->assign('image_url_full', 'phpfspot_img.php?idx='. $photo);
 
       if($previous_img) {
          $this->tmpl->assign('previous_url', "javascript:showImage(". $previous_img .");");