?> <?php tpl_includeFile('pagefooter.html'); ?> </div> </div> </article> <?php if ($showSidebar && $sidebarPosition == 'right') { _tpl_sidebar($conf['sidebar'], 'dokuwiki__aside', $leftSidebarGrid, 'sidebarheader.html', 'sidebarfooter.html'); } if ($showSidebar && $showRightSidebar && $sidebarPosition == 'left') { _tpl_sidebar($rightSidebar, 'dokuwiki__rightaside', $rightSidebarGrid, 'rightsidebarheader.html', 'rightsidebarfooter.html'); } ?> </main> <footer id="dokuwiki__footer" class="small"> <a href="javascript:void(0)" class="back-to-top hidden-print btn btn-default btn-sm" title="<?php echo $lang['skip_to_content']; ?> " id="back-to-top"><i class="glyphicon glyphicon-chevron-up"></i></a> <div class="text-right"> <?php
</div> '; // send output to browser tpl_flush(); // print content with sidebars on most locations if ($ACT != 'diff' && $ACT != 'edit' && $ACT != 'preview' && $ACT != 'admin' && $ACT != 'login' && $ACT != 'logout' && $ACT != 'profile' && $ACT != 'revisions' && $ACT != 'media') { echo ' <div id="container"> <div id="left-row"> <div id="menu-box">'; if ($conf['tpl']['dokukit']['showsearch']) { echo '<div id="suchen">'; tpl_searchform(); echo '</div>'; } _tpl_sidebar(); echo '</div></div>'; _tpl_infobox(); if ($_SERVER['REMOTE_USER']) { echo '<div class="site_tools">'; tpl_button('subscribe'); tpl_button('history'); tpl_button('revert'); if ($ACT != 'login' && $ACT != 'logout') { tpl_button('media'); tpl_button('edit'); } echo '</div>'; } echo ' <div id="middle-row">