HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to Change Title Seperator from — to |
jaceout
New
Comments
Sorry for my slowness. You mean the url separator? how-to-change-title-seperator-from-
Not url i'm talking about Title Example: How to Integrate PHP with C — Forum Name to How to Integrate PHP with C | Forum Name
Ah, yes! That is taken care by the
/applications/dashboard/modules/class.headmodule.php
And the variable is
_TitleDivider
I am unable to inject a change by... maybe somebody else can help with the correct method of doing this injection :)
But this very nasty hack works like a charm :)
Okay, it turns out I was over thinking things. It's just a one-liner... hurrah!
$sender->Head->setTitleDivider(' | ');
And your plugin or theme hook would like this