--- C:/Users/AndreasB/Desktop/ce_new/class.tx_cegallery_pi1.php Wed Dec 19 21:10:02 2007 +++ C:/Users/AndreasB/Desktop/ce_new/class.tx_cegallery_pi1mod.php Wed Dec 19 21:24:58 2007 @@ -302,8 +302,8 @@ $conf = array( 'useCacheHash' => 1, - 'parameter' => $GLOBALS['TSFE']->id, - 'additionalParams' => '&'.$this->prefixId.'[slideshow]=' . $album . '&type=' . $this->conf['slideshowTypeNum'], + 'parameter' => $GLOBALS['TSFE']->id.','.$this->conf['slideshowTypeNum'], + 'additionalParams' => '&'.$this->prefixId.'[slideshow]=' . $album, 'ATagParams' => 'rel="lightbox" rev="width=' . $detailWidth . ',height=' . $detailHeight . '"', 'title' => $this->pi_getLL('slideshow') );