Bug #16854 ยป bugfix.diff
C:/Users/AndreasB/Desktop/ce_new/class.tx_cegallery_pi1mod.php Wed Dec 19 21:24:58 2007 | ||
---|---|---|
|
||
$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')
|
||
);
|