
Originally Posted by
Haggis
I've hunted thru dozens of threads looking for where to edit this, most point to it being in includes/languages/english/classic/header.php
yet I have no such directory as classic
I used the admin tool thing developers tool kit to find it and it says its in the same place but, that directory does not exist

Would usually be in your template override file.
Code:
includes/languages/english/YOUR_TEMPLATE_FOLDER/header.php
if it's not there, copy
Code:
includes/languages/english/header.php
to your template override folder
Code:
includes/languages/english/YOUR_TEMPLATE_FOLDER/header.php
and make adjustments accordingly!