Could we help you? Please click the banners. We are young and desperately need the money
Add the following code to your templates' index.php file BEFORE the <jdoc:include type="head" /> includes:
$mydoc = JFactory::getDocument(); $title = $mydoc->getTitle(); $app = JFactory::getApplication(); $this->setTitle( $app->getCfg( 'sitename' ) . ' - ' . $title );