Topic: Go to top & bottom

I don't know if here it's the right place... anywhere.

In the main.tpl (include/templates) I made a little 'mod'.

After body tag I add:

<a accesskey="T" href="#top"></a>
<a name="top"></a>

And before /body tag I add:

<a accesskey="B" href="#bottom"></a>
<a name="bottom"></a>

Now, it's possible to go to the top or the bottom of the forum just press alt+t or alt+b