Q: I want to append something to the page title
A: Usually modifying the subtitle is a better approach but if you do have need to update the title use OutputPageBeforeHTML and call setPageTitle
Regarding that Question and Answer: calling setPageTitle in OutputPageBeforeHTML has no effect.
is there an alternative hook that does work?
Thank you