There is only one template_hook in that template. Did you look to see if it was placed where you want to insert your html? (Template hooks are different than plugin hooks. Template_hooks are using to insert html into a template. Plugin hooks are used to insert php into the code.)
As for the plugin hook, it is it used on every page, then usually you want to use a global_* one. It really depends on what you are doing.
|