[TYPO3-english] How to print the header field for content object SCRIPT

2009-06-01 Thread Bas van Beek (BVB Media)
Hi there, Im wondering how I could print the header of a content object SCRIPT plus the rendering of the script like this: HEADER OF THE SCRIPT OBJECT RENDERED CUSTOM PHP SCRIPT I'm using the static template css_styled_content and it prints the header field + bodytext field for content o

Re: [TYPO3-english] How to print the header field for content object SCRIPT

2009-06-01 Thread Sander van Gelderen
Hi Bas, You could use 'Template' -> 'Typoscript Objec Browser' to take a look at the 'tt_content' node in the TS tree. Fold out this node and inspect the content elements (text, image, etc) You will notice (nearly) all of them are a COA, and the first element (10) copies lib.stdheader. This is

Re: [TYPO3-english] How to print the header field for content object SCRIPT

2009-06-01 Thread Bas van Beek (BVB Media)
Dear Sander, Thanks for giving me a reply. Perhaps my message was incomplete, but lib.stdheader was the first thing I tried. As form of double checking I tried it now again and changed the default function to this: tt_content.script = COA tt_content.script { 5 = < lib.stdheader 10 = TEXT 10 { va