[TYPO3-german] Falsche CSS-Datei im Header
Sven Wagenhöfer
sven.wagenhoefer at pocketbrain.de
Tue Aug 15 15:09:01 CEST 2006
Hallo Ingo,
dafür ist normalerweise die Zeile
config.inlineStyle2TempFile=1
verantwortlich in deinem TS-Setup. Die sorgt dafür, dass alle CSS-Sachen
in ein temoräres File gepackt werden und nicht im Quellcode rumlümmeln.
Mit 0 als Parameter kannst du das auch abstellen.
LG
Sven
Ingo Preuss wrote:
> Hallo,
> egal, ob ich automaketemplate oder templavoila verwende. Ich habe
> permanent eine unbekannte CSS-Datei namens
>
> <link rel="stylesheet" type="text/css"
> href="typo3temp/stylesheet_e0e5d20748.css" />
>
> im Header der geparsten HTML-Datei. Wie wird diese Datei eingebunden? So
> sieht mein Setup aus:
>
> #Einbinden des Plugins
> plugin.tx_automaketemplate_pi1 {
>
> content = FILE
>
> content.file = fileadmin/templates/temp_neu_reduced_autoparser.htm
>
> relPathPrefix = fileadmin/templates/gfx
>
> elements {
>
> HEAD.all = 1
>
> HEAD.all.subpartMarker = DOCUMENT_HEAD
>
> HEAD.rmTagSections = title
>
> HEAD.rmSingleTags = meta
>
> BODY.all = 1
> BODY.all.subpartMarker = DOCUMENT_BODY
>
> DIV.id.hauptnavi = 1
>
> DIV.id.hauptnavi.includeWrappingTag = 1
>
> DIV.id.subnavi = 1
>
> DIV.id.subnavi.includeWrappingTag = 1
> DIV.id.kurzinfo = 1
>
> DIV.id.kurzinfo.includeWrappingTag = 1
>
> DIV.id.kurzinfo.subpartMarker = links
>
> DIV.id.zusatzinfo = 1
>
> DIV.id.zusatzinfo.includeWrappingTag = 1
>
> DIV.id.zusatzinfo.subpartMarker = rechts
>
> DIV.id.breadcrumbs = 1
>
> H2.all = 1
>
> H2.all.includeWrappingTag = 1
>
> H2.all.subpartMarker = pagetitle
>
> DIV.id.normal = 1
>
> }
>
> }
>
> #Erzeugen eines temp-Objekts
> temp.mainTemplate = TEMPLATE
>
> temp.mainTemplate {
>
> template =< plugin.tx_automaketemplate_pi1
>
> workOnSubpart = DOCUMENT_BODY
>
> subparts {
>
> pagetitle = HTML
>
> pagetitle.value.field = subtitle // title
>
> pagetitle.value.wrap = <h2>|</h2>
>
> links < styles.content.getLeft
>
> links.wrap = <div id="kurzinfo">|</div>
>
> normal < styles.content.get
>
> normal.wrap = |<p class="last"> </p>
>
> rechts < styles.content.getRight
>
> rechts.wrap (
>
> <div id="zusatzinfo">|
>
> <p class="noprint last"><a href="#seitenmarke">Zum
> Seitenanfang</a></p>
>
> </div>
>
> )
> hauptnavi < lib.hauptnavi
>
> subnavi < lib.subnavi
> breadcrumbs < lib.breadcrumbs
>
> }
>
> }
>
> #Erzeugen eines temp-Objekts
> temp.headTemplate = TEMPLATE
>
> temp.headTemplate {
>
> template =< plugin.tx_automaketemplate_pi1
>
> workOnSubpart = DOCUMENT_HEADER
>
> }
>
> #Erzeugen des PAGE-Objekts
> page = PAGE
>
> page.10 < temp.mainTemplate
>
> page.headerData.10 < temp.headTemplate
>
>
> Kann es sein, dass mein lokaler WinstallerTypo3 4.0.1 spinnt?
>
> Grüße, Ingo
>
More information about the TYPO3-german
mailing list