Rev 1170 | Rev 1329 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1170 | Rev 1176 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
- | 5 | !if $wims_class!= |
|
5 | !set css_file=!sh cat $wims_home/log/classes/$wims_class/css |
6 | !set css_file=!sh cat $wims_home/log/classes/$wims_class/css |
- | 7 | !endif |
|
6 | 8 | ||
7 | !if $css_file=$empty |
9 | !if $css_file=$empty |
8 | !exit |
10 | !exit |
9 | !endif |
11 | !endif |
10 | !set css_file=!replace internal $$$wims_bgcolor by $$wims_bgcolor in $css_file |
12 | !set css_file=!replace internal $$$wims_bgcolor by $$wims_bgcolor in $css_file |