netzmacht-archive / contao-theme-plus

Theme Improvements for Contao CMS
10 stars 7 forks source link

css files have wrong path when logged in #55

Closed comede closed 11 years ago

comede commented 11 years ago

when i am logged in in backend, no css-background-images are shown.

path to css: /system/modules/theme-plus/web/proxy.php/css/3/Y3NzOmFzc2V0cy9jc3MvY29udGVudC5jc3M=/content.css

path in css: background-image:url("../../files/xxx/site/pfeil_f02.png");

rendered path in safari: "/system/modules/theme-plus/web/proxy.php/css/3/files/xxx/site/teaser-1x1-green.png"

Contao: 3.1.1 theme_plus: 4.0.0 stable build 9

tristanlins commented 11 years ago

You must define and use an CssRewrite filter by yourself.