Einzelnen Beitrag anzeigen
  #1  
Alt 11.03.08, 12:02
passionate_style passionate_style ist offline
Forum Newbie
 
Registriert seit: 11.12.07
Beiträge: 35

CSS importieren bei sr_feuser_register


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

Geändert von passionate_style (11.03.08 um 12:42 Uhr).
Mit Zitat antworten