Open the file index.php template (eg / templates / mytemplate / index.php /), and paste the following code after the tag:
$ Document = & JFactory:: getDocument ();
$ Config = & JFactory:: getConfig ();
$ Fulltitle = $ document-> title. ' - '. $ Config-> getValue (' sitename ');
$ Document-> setTitle ($ fulltitle); After this operation on all pages except the main one, the title will look like "Article Title - The title of the site.