[TYPO3-core] RFC: #11397: [Feature] Add class for render HTML header/footer for BE and FE

Christian Kuhn lolli at schwarzbu.ch
Tue Sep 8 20:14:44 CEST 2009


Hey,

Steffen Kamper wrote:
> This class renders all header- and footer-parts for a webpage. This
> class can be used for BE and FE, which makes it universal, and there is
> a central place where this stuff is handled.

Found a problem in FE:

config.absRefPrefix = http://mydomain.foo/
config.concatenateJsAndCss = 1

Installed your test ext with concatenation hook

->
Warning:
file_get_contents(/var/www/mypath/http://mydomain.foo/typo3temp/stylesheet_822b3206cd.css)

If config.absRefPrefix is set (needed for new multimedia content
element), then the hook will get the full http link to default merged
css file, this fails.

Regards
Christian


More information about the TYPO3-team-core mailing list