AdminThemeFramework sets the last segment of the browser title to be $config->httpHost and doesn't provide a way to change this.
But there are circumstances where it would be nice to be able to change this, for example when the PW admin is the primary interface for site users rather than any frontend.
Maybe AdminThemeFramework::getBrowserTitle() could be made hookable because there are also cases where it would be good to remove the "ProcessWire" segment generally.
Short description of the enhancement
AdminThemeFramework sets the last segment of the browser title to be
$config->httpHost
and doesn't provide a way to change this.But there are circumstances where it would be nice to be able to change this, for example when the PW admin is the primary interface for site users rather than any frontend.
Maybe
AdminThemeFramework::getBrowserTitle()
could be made hookable because there are also cases where it would be good to remove the "ProcessWire" segment generally.