Answered my own question, since I am writing some functions inside a class, I had to use
- Code: Select all
global $phpbb_seo;
This might be useful for anyone else coding additional pages or mods that use classes and functions as opposed to doing everything in the main page script.