[TYPO3-german] PHP-Datei im head einbinden
Kristina Drömmer
krissi1992 at hotmail.com
Tue Jul 15 11:02:29 CEST 2014
Hallo!
Ich versuche jetzt schon eine Stunde lang eine PHP-Datei in den head-Bereich einzubinden, sie wird einfach nicht angezeigt im Quellcode -.-
Hier mein Typoscript vom head:
page = PAGE
page.stylesheet = fileadmin/templates/css/td.css
page.headerData.20 = PHP_SCRIPT
page.headerData.20.file= fileadmin/templates/php/image.php
page.includeJS {
jquery = fileadmin/templates/lightbox/js/jquery-1.11.0.min.js
lightbox = fileadmin/templates/lightbox/js/lightbox.min.js
}
page.headerData.10 = TEXT
page.headerData.10.value (
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Strait' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Sintony' rel='stylesheet' type='text/css'>
<style type="text/css">.bg1{background: #E9E6E0 url(fileadmin/templates/img/<?php $content $selectedBg; ?>) no-repeat bottom center;}</style>
)
page.includeCSS {
file1 = fileadmin/templates/lightbox/css/lightbox.css
}
Was mache ich falsch???
More information about the TYPO3-german
mailing list