Thanks,
Let say i want to add the same 5 buttons like vb.org and have the button gif in my /images/misc/ folders
Here is my header template right now
Quote:
<meta http-equiv="Page-Exit" content="BlendTrans(Duration=0)" />
<meta http-equiv="Page-Enter" content="BlendTrans(Duration=0)" />
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" width="100%">
<tr>
<td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="right" width="100%"><img src="/forum/images/kirsch/misc/banner_02.jpg" height="82" width="100%" border="0" /></td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
|
I would appreciate if you can point me to a guide or some pointer on how I can add this.
Thanks