[TYPO3-dev] Using CDN with Typo3
John Angel
johnange at gmail.com
Sun Jan 18 13:30:47 CET 2009
Hi,
> > Some extensions (including TemplaVoila) are adding stuff in headers using the function
> INTincScript of class.tslib_fe.php:
>
> This statement is wrong. TemplaVoila uses $TSFE->additionalHeaderData. INTincScript is
> absolutely for other purpose...
$TSFE->additionalHeaderData is processed in INTincScript, replacing <!--HD_*--> in class.tslib_fe.php.
> i think you use the wrong hook as your page generation isn't finished.
> There are many useful hooks, i suggest checking this one:
> TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['pageIndexing']
But I need to catch it before page generation is finished, because I want to change URLs in the page?
Regards,
John
More information about the TYPO3-dev
mailing list