[TYPO3-english] swap CSS order of TemplaVoila and includes

Daniel Neugebauer mailinglists at energiequant.de
Mon Mar 26 13:30:58 CEST 2012


Hi!

We updated an old website from Typo3 4.3 to 4.5, including TemplaVoila.

Before the update, our stylesheets and scripts were included after the 
"default" stylesheet, like this:

<link href="typo3temp/stylesheet_7eaa4a062b.css?1327527612" ... />
<link href="fileadmin/templates/main/main.css?1330614653" ... />
[more CSS from our template]

<script src="typo3temp/javascript_93077bb238.js?1297258382"...></script>
<script src="fileadmin/templates/main/main.js" ... ></script>
[more JS from our template]


After the update, the order got swapped, so we now have:

<link href="fileadmin/templates/main/main.css?1330614653" ... />
[more CSS from our template]
<link href="typo3temp/stylesheet_7eaa4a062b.css?1327527612" ... />

<script src="fileadmin/templates/main/main.js" ... ></script>
[more JS from our template]
<script src="typo3temp/javascript_93077bb238.js?1297258382"...></script>


Is there any way to get back to the old order? We override some styles 
from tt_news (and maybe something else) in our stylesheets and we would 
prefer not to identify them all and add !important just to get them 
running again.

The option "Static Template Files from TYPO3 Extensions" in 
Template/Includes is set correctly, selecting another option doesn't 
change the order.

Thanks,
Daniel


More information about the TYPO3-english mailing list