Hello,
1. In modules backend.css there is code
@charset "utf-8";
@import url("themes/default/css/default.css");
The question is, if I switch theme to my own, for example "my_theme", are these paths going to be auto adjusted, or I would have manually to enter each module to change path to
@charset "utf-8";
@import url("themes/[b]my_theme[/b]/css/default.css");
2. In the Advanced Server Settings there is Pages Access Files: Retro OR New format.
The question is what is difference ?
cheers