show different view for tag- & search-results in photo index view
[phpfspot.git] / phpfspot.class.php
index c4dddb4efb3e85eed087f0348eb08441aa5bbdb4..c954a3ac95f35625531dc8f3fdc3435610195bf3 100644 (file)
@@ -309,7 +309,8 @@ class PHPFSPOT {
       // +1 for for smarty's selection iteration
       $rows++;
 
-         //$images.= "<img src=\"phpfspot_img.php?idx=". $photo ."&amp;width=". $this->cfg->thumb_width ."\" /><br />\n";
+      if(isset($_SESSION['searchfor']) && $_SESSION['searchfor'] != '')
+         $this->tmpl->assign('searchfor', $_SESSION['searchfor']);
 
       $this->tmpl->assign('count', $count);
       $this->tmpl->assign('width', $this->cfg->thumb_width);