Thanks for the reply.
The hook location was at global_start. And I mean by the header, the header template.
The plugin php code is :
PHP Code:
$my_header = implode('', file('../main.html')
And this is the header template where I did place my new plugin variable:
PHP Code:
<!-- logo -->
$my_header
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Thanks
hicham