I dont know how many of you used tabbed browsers, but I use Mozilla. And there is nothing worse (well, almost nothing worse) than a line of tabs all marked "
Viewing list of forums" - ACK!
I dont know which tab is which. Not to mention that many search engines put more weight on the page title and many metatags.
Therefore, I wanted to make sure my website name was a part of the title.
Find this in ubbt.inc.php (the send_header function):
if (!$debug) { <br /> include("$thispath/templates/$tempstyle/ubbt_header.tmpl"); <br /> } And add this line ABOVE it:
$inputTitle = "YourSite.Com: $inputTitle";
Presto! Now the tabs show which sites I am looking at (if they all did this, that is) and I get a title specific to my site. Of course you could put whatever you wanted here to touch up your title.
(Just call me The Simple Mods Guy).