Been working on the hook placement in my customized style
It's in the right location now at least... if I could just get that Error: Header Template is Customised to go away!
I moved the hook to near the bottom of my header template like so:
PHP Code:
</script>
</li>
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>
</ul>
</vb:if>
</div>
<div class="ad_global_header">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
<div align="right">{vb:raw template_hook.header_userinfo}{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</div>
<hr />
{vb:raw ad_location.ad_header_end}
</div><br>