MyBB Community Forums

Full Version: Make hook echo "Hello World" in the end of the header template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can i somehow make hook run at the end of the "header" template, and then make it echo "Hello World" out?

EDIT: It should be a hook as a plugin. Smile
Use global_start hook and then call the variable in header template.