1<?php 2echo "<div class=dokuwiki>"; 3tpl_button('edit'); 4tpl_button('history'); 5tpl_button('recent'); 6tpl_button('revert'); 7tpl_button('subscribe'); 8tpl_button('admin'); 9tpl_button('profile'); 10tpl_button('login'); 11tpl_button('index'); 12tpl_button('top'); 13echo "</div>"; 14?>