fix slideshow, web_path was not set correctly
[phpfspot.git] / phpfspot.class.php
index 3f06a8772c28de6e091d6a49e3f66f50558ffd12..9a1106961f61041980594481519d1f0679c54f76 100644 (file)
@@ -303,7 +303,9 @@ class PHPFSPOT {
                return;
                break;
             case 'slideshow':
-               $this->tmpl->show("slideshow.tpl");
+               /* fetch slideshow template */
+               print $this->tmpl->show("slideshow.tpl");
+               /* no further execution necessary. */
                return;
                break;
             case 'rss':