Hallo,
ich komm an dem Punkt
Code:
As usual, the default CSS styles may be modified and moved to a .css file. In such a case , the location of the file should be specified by an import rule overriding the default TS template setup:
plugin.tx_srfeuserregister_pi1._CSS_DEFAULT_STYLE = @import url("fileadmin/styles/some_style_sheet_file.css"); aus dem Manual dieser Extension nich klar.
Ich krieg das CSS nich zum laufen.
Kann mir einer bitte erklären, wo das genau hin muss?
Ich habe in einem Sys-Ordner ein Template erstellt und dort folgendes eingefügt:
Typoscript-Code:
1: 2: 3: 4:
| plugin.tx_srfeuserregister_pi1 { _CSS_DEFAULT_STYLE = @import url("fileadmin/webtemp/css/fe-user.css"); } |
Dieses Template hab ich über include static meinem hapttemplate hinzugefügt.
Aber es geht nicht.

Danke für die Hilfe