[TYPO3-dev] Add header data for extensions
Tapio Markula
tapio.markula at dnainternet.net
Sun Jun 25 19:13:20 CEST 2006
>
>> Perhaps you can XCLASS the BE "template" class.
>>
>> Masi
>
>
> I thought that too.
> In prinsiple rewriting
> function startPage($title)
works just partial in BE.
Some of the BE (like treeview) uses it but many modules not.
Seems that only core files uses function startPage($title) or
or for some reason my extra TS config for users/users groups
don't work in all files.
$confProperties =
t3lib_BEfunc::getModTSconfig($this->pageinfo['uid'],'mod.skin_grey_2');
$styleSheetFile2 = '';
if (empty($confProperties['properties']['styleSheetFile_post']))
$styleSheetFile_post = ($this->styleSheetFile_post?'<link
rel="stylesheet" type="text/css"
href="'.$this->backPath.$this->styleSheetFile_post.'" />':'');
Idea: override post stylesheet file, if it has been defined for user/
user groups
IMO it would nice idea to put into *core* possibility to define CSS for
BE user/user group level. Whom to propose??
More information about the TYPO3-dev
mailing list