I went ahead and made you a home and a forum button and have attached them to this post. To install it do the following:
1.) Upload images to the "<Forum_Root>/images/edge/misc" directory.
2.) Perform the following template edit(s) to the "header" template (Be sure to modify the links to represent your websites directory structure):
Before:
HTML Code:
<if condition="$show['member']">
<td height="25" width="68"><a href="usercp.php?$session[sessionurl]"><img border="0" src="images/edge/misc/nav_usercp.gif"></a></td>
</if>
Add for Home:
HTML Code:
<td height="25" width="57"><a href="http://www.yoursite.com/directory/index.php"><img border="0" src="images/edge/misc/nav_home.gif"></a></td>
Add for Forum:
HTML Code:
<td height="25" width="59"><a href="http://www.yoursite.com/forum_root/"><img border="0" src="images/edge/misc/nav_forum.gif"></a></td>