Michel - Meta-Travel.com
Member
I see in wrapper we have the title tag given as
<title>{$list_name} - {$header}</title>
Which is how it should be.
However, on individual stats pages I'd like to have the individual website title come first, in the HTML title tag.
ie
<title>{$title} - {$list_name}</title>
I don't even need the - Stats - part of {$header} to appear in the page title on individual (website) stats pages.
Any suggestions?
<title>{$list_name} - {$header}</title>
Which is how it should be.
However, on individual stats pages I'd like to have the individual website title come first, in the HTML title tag.
ie
<title>{$title} - {$list_name}</title>
I don't even need the - Stats - part of {$header} to appear in the page title on individual (website) stats pages.
Any suggestions?