jpc0480 wrote: What files did you edit for this? I'm still curious...
Just one as far as I remember, in my joomla template, not actually on CB.
I believe it is the tempalte index.php, this is how it looks at the beginning of the <head> tag:
Code:
<?php
$app = JFactory::getApplication();
$this->setTitle( $app->getCfg( 'sitename' ) . ' - ' . $this->getTitle());
?>
This causes the website name to appear before the page title regardless of other settings.