Bug #14227 » 0000200-fe_adminLib.inc.diff
typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc 2004-09-19 19:26:55.000000000 +0200 | ||
---|---|---|
$this->markerArray['###GC3###'] = $this->cObj->stdWrap($this->conf['color3'],$this->conf['color3.']);
|
||
// Initialize markerArray, setting FORM_URL and HIDDENFIELDS
|
||
$this->markerArray['###FORM_URL###'] = 'index.php?id='.$GLOBALS['TSFE']->id.'&type='.$GLOBALS['TSFE']->type.$this->nc.$this->conf['addParams'];
|
||
$this->markerArray['###FORM_URL###'] = $this->cObj->getTypolink_URL($GLOBALS['TSFE']->id, $this->nc.$this->conf['addParams']);
|
||
$this->markerArray['###FORM_URL_ENC###'] = rawurlencode($this->markerArray['###FORM_URL###']);
|
||
$this->markerArray['###FORM_URL_HSC###'] = htmlspecialchars($this->markerArray['###FORM_URL###']);
|
||