The feature is only available for threads, so I'll show you how to add it to the top of every thread.
[list=1][*]Open up the
showthread template.[*]Find the
first one of the following piece of code (there are 2 in the template).
PHP Code:
<img src="https://vborg.vbsupport.ru/images/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
[*]
Before that, add the following:
PHP Code:
<a href="sendtofriend.php?s=$session[sessionhash]&threadid=$threadid"><img src="https://vborg.vbsupport.ru/images/sendtofriend.gif" alt="" border="0" align="absmiddle">
Email this Page</a> -
[/list=1]
It will then show up
to the left of Last Thread Next Thread at the top-right corner of the first post.
Hope that helps!