[TYPO3-core] RFC: #10997: Wrong order by CSS inclusion in template.php
Steffen Kamper
info at sk-typo3.de
Tue Apr 28 14:01:16 CEST 2009
Hi,
styleSheetFile_post : Filename of a post-stylesheet - included right
after all inline styles.
Is there a reason for having an inclusion after inline style?
(i don't see one)
Otherwise i would like to simplify complete inclusion with
if ($this->styleSheetFile) {
$this->additionalStyleSheets('styleSheetFile', $this->backPath .
$this->styleSheetFile);
}
if ($this->styleSheetFile2) {
$this->additionalStyleSheets('styleSheetFile2', $this->backPath .
$this->styleSheetFile2);
}
if ($this->styleSheetFile_post) {
$this->additionalStyleSheets('styleSheetFile_post', $this->backPath .
$this->styleSheetFile_post);
}
vg Steffen
More information about the TYPO3-team-core
mailing list