<?php
echo "<div class=dokuwiki>";
tpl_button('edit');
tpl_button('history');
tpl_button('recent');
tpl_button('revert');
tpl_button('subscribe');
tpl_button('admin');
tpl_button('profile');
tpl_button('login');
tpl_button('index');
tpl_button('top');
echo "</div>";
?>