Project

General

Profile

Feature #20171 » patch_RFC10673_CSCUploads_trunk5205_v1.patch

Administrator Admin, 2009-03-12 09:13

View differences:

typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php (Arbeitskopie)
// Set layout type:
$type = intval($this->cObj->data['layout']);
// enable to overwrite filelist by TS
if(is_array($conf['filePath.'])) {
$this->cObj->data['select_key'] = $this->cObj->stdWrap($this->cObj->data['select_key'],$conf['filePath.']);
}
// Get the list of files (using stdWrap function since that is easiest)
$lConf = array();
$lConf['override.']['filelist.']['field'] = 'select_key';
(1-1/2)