[TYPO3-dev] Using CDN with Typo3

John Angel johnange at gmail.com
Sat Jan 17 19:25:39 CET 2009


Some extensions (including TemplaVoila) are adding stuff in headers using the function INTincScript of class.tslib_fe.php:


$this->content = str_replace('<!--HD_'.$this->config['INTincScript_ext']['divKey'].'-->', $this->convOutputCharset(implode(chr(10),$this->additionalHeaderData),'HD'), $this->content);
$this->content = str_replace('<!--TDS_'.$this->config['INTincScript_ext']['divKey'].'-->', $this->convOutputCharset($this->divSection,'TDS'), $this->content);


Any ideas how to post process this? Don't see hooks anywhere...






More information about the TYPO3-dev mailing list