Log in

View Full Version : Adding Header and Footer


oloringandalf
10-24-2005, 02:30 AM
How do you add your own Header and Footer in VBulletin 3.5.0. In earlier versions you I did it through phpinclude_start. How is it done in this new version? Please help.

Adrian Schneider
10-24-2005, 02:32 AM
Use the plugin global_start as you would phpinclude_start.

oloringandalf
10-24-2005, 02:37 AM
Where is this plugin global_start?

Adrian Schneider
10-24-2005, 02:38 AM
use the hook * global start, create a plugin using this hook.

oloringandalf
10-24-2005, 02:48 AM
Thanks...It works. :)