I noticed have my browser tab (latest firefox, and IE8) set to 'Page Title | site name' e.g. 'Home | Freds Websites' , any ideas how to change this so its just 'Freds Websites' on Home and just the Page Title (i.e. Services, Products etc) on the other tabs?
I'm on localhost so no demo I'm afraid.
Steve

Comments

rajiv.singh’s picture

I had the same thing too.
if you want to avoid coding , install page title module and go to its config. page.
I hope it will solve your problem.

Thank You,
Rajiv

cardiffsteve’s picture

thats fantastic, installed configured and works a treat !
many thanks rajiv !

hugronaphor’s picture

This is how you would do it in code:

function themename_preprocess_html(&$vars) {
  $vars['head_title'] = 'My head title';
}
potassiumchloride’s picture

Update...The functionality of Page Title has been merged into Metatag (https://www.drupal.org/project/metatag), which is a D7 and D8 solution.