Quote:
Originally Posted by BuckyBoy
thanks.. which hook would be best to use for some custom php code in the header template? (global_start hook works fine, but I'm not sure if it's the best way)
ps: I read in the docs, that I should use the debug mode to find the best hook location. But I'm working in a live environment, so it wouldn't be wise to do that i guess. Is there a way to have two forums, one for the live forum and the other for debugging? or is that too complicated?
|
For the header, global_start would be fine as both are loaded on almost every page.