Recent Comments
Tags
Categories
- CMS (9)
- Design (2)
- Languages (1)
- Life (2)
- Travel (1)
- Uncategorized (2)
- Web Development (9)
- Work (6)
Many people do not like the default spacer that Concrete5 uses for its page titles which is “::”
To change this, open config/site.php and add the following code:
define(‘PAGE_TITLE_FORMAT’, ‘%1$s – %2$s’);
You may adjust the “-” character in the above code to any that you wish and that will become your new page title divider.
Tags: CMS, concrete5, page title
thanks for your article. very helpfull
exactly what I needed. thanks for posting this!
simple when you know how!
Thanks, this has bugged me for a while!
Thanks! This is very helpful!
Briljant, thanks!