I noticed that a lot of quick.cms webpages have the website title at the end of the title string - when see on ex. google index.
ex. http://www.snefrid.no/
Visit the page an you will see that the page title is before the website title .. Is there a way to change that ? So that the webpages title comes before the page title ?
webactor - in templates/container.tpl find this: <title>$sTitle$config[title]</title> You can shift order of the two variables $sTitle and $config[title].