WebsiteBaker Community Forum

WebsiteBaker Support (2.13.x) => General Help & Support => Topic started by: crnogorac081 on December 02, 2021, 03:12:39 PM

Title: 2 questions
Post by: crnogorac081 on December 02, 2021, 03:12:39 PM
Hello,

1. In modules backend.css there is code

Code: [Select]
@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

Code: [Select]
@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
 

Title: Re: 2 questions
Post by: dbs on December 02, 2021, 07:36:29 PM
@2.: in the past it was possible to have access files like word--word OR word---word.
For Google reasons, it was changed to have only one hyphen. But some users want to keep having more than one hyphen and for them this function is.