Individual page title without frontpage/site title, how?
new2drupal99 - September 25, 2009 - 16:14
Hi,
Suppose my website is www.enjoyhotdog.com
I have set title of my frontpage: Enjoy Hot Dog
from Administrator > Site configuration > Site information
Now when I make a new page: www.enjoyhotdog.com/spicyhotdog and set its Title: Spicy Hot Dog
Now my problem is when I see the Title in metatags its: Spicy Hot Dog Enjoy Hot Dog
Which means the frontpage/site title is suffixed with any page title.
I need individual page title without frontpage/site title, how?
Any hint?
Thanks.

Set in the theme
You can control how $head_title is output in your theme, either in template.php or page.tpl.php.
http://drupal.org/node/44810 is for an older version, but may give you some ideas.
Depending on your needs, http://drupal.org/project/page_title may be of interest as well.
Thanks choster for your quick
Thanks choster for your quick help. Now I will do that. Actually I was hunting for any Admin area options.