Index: typo3/template.php =================================================================== --- typo3/template.php (revision 3949) +++ typo3/template.php (working copy) @@ -182,6 +182,7 @@ var $scriptID=''; // Script ID. var $bodyTagId=''; // Id which can be set for the body tag. Default value is based on script ID var $bodyTagAdditions=''; // You can add additional attributes to the body-tag through this variable. + var $additionalStyleSheets=array(); // Additional CSS files that will be included in header of document var $inDocStyles=''; // Additional CSS styles which will be added to the '.($this->styleSheetFile_post?'':'') - ) - ; + ); + $this->inDocStyles=''; $this->inDocStylesArray=array();