That's not a hack, just a simple template edit.
If you want it to look like your GIF file there:
In forumhome_forumbit_level1_nopost, find:
[code]
$forum[title]
[code]
Add this HTML code AFTER that code above:
Code:
<a href="http://www.yoursite.com/forum/newthread.php?s=&forumid=$forum[forumid]"><img src="http://www.yoursite.com/forum/images/yourimage.gif"></a>
Change the code to reflect your site's URL and URL to your image.