[TYPO3-dev] add custom CSS to module

Tapio Markula tapio.markula at atwebteam.com
Thu Mar 1 14:05:26 CET 2007


Steffen Kamper kirjoitti:
> "stefano cecere" <scecere at krur.com> schrieb im Newsbeitrag 
> news:mailman.1.1171469240.24174.typo3-dev at lists.netfielders.de...
>> hi everybody
>>
>> i'm developing my first (big) BE module.. and i'm dicovering several 
>> difficulties..
>>
>> one of them: how can i insert custom CSS in the (framed) page?
>>
>> i see the is a special ###INLINE_CSS### TAG in the page... how to fill it?
>>
>> is it possible to use external templates, like in the FE?
>>
>> i didn't see much documentation about BE modules..
>>
>> many thanks
>> stefano
> 
> Hi,
> 
> yes, there are several ways.
> Examine the $TBE_STYLES-Array. I found a way to include own css with
> $TBE_STYLES['stylesheet2']
> 
> vg  Steffen 

that is ment primary for skin plugins! It maybe owerwritten. Endeed that 
definition is not commonly used
Skins use commonly
$TBE_STYLES['stylesheet']
and
$TBE_STYLES['stylesheet_post']
when
$TBE_STYLES['stylesheet2'] can be used with some risk.




More information about the TYPO3-dev mailing list