[TYPO3-english] Mapping Content Element Containers withTypoScript

bernd wilke t3ng at pi-phi.tk
Thu Oct 14 01:52:11 CEST 2010


Am Tue, 12 Oct 2010 13:04:10 +0100 schrieb Dayle Rees:


> Thanks again Joey, oddly this doesn't work, I have tried :
> 
> page.includeCSS {
> file1 =
> fileadmin/templates/addysg/resources/turbine/css.php?files=home.cssp }
> 
> in the primary (highest) template setup, and it doesn't appear in the
> head, the rest of the typo3 generated stuff appears there nicely though!
> PS I know the path to the css file looks a bit odd, but its cos I'm
> using a css preprocessor, have tried with a static css file and the
> output is the same.

as you have URL-paramters you need to define the external-flag:
from TSRef: 
.external - If set, there is no file existence check. Useful for 
inclusion of external files.

as there is no file named 'css.php?files=home.cssp' you need to define 
external:

page.includeCSS.file1.external = 1


bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list