Project

General

Profile

Bug #16854 ยป bugfix.diff

Administrator Admin, 2007-01-12 10:46

View differences:

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')
);
    (1-1/1)