I think Spuds removed the top/bottom buttons from this theme entirely...
You may have to edit index.template.php and add:
<a href="#top" id="gotop" title="', $txt['go_up'], '">↑</a>
<a href="#bot" id="gobottom" title="', $txt['go_down'], '">↓</a>
after:
<a id="top" href="#skipnav">', $txt['skip_nav'], '</a>