pagetools footer

This commit is contained in:
2026-01-30 13:45:26 +01:00
parent c35da0e9a3
commit e027348c10
5 changed files with 159 additions and 125 deletions

View File

@@ -85,19 +85,14 @@ if (!defined('DOKU_INC')) die();
<hr class="a11y" />
<!-- PAGE ACTIONS -->
<?php if (!$ERROR) : ?>
<nav id="dokuwiki__pagetools" aria-labelledby="dokuwiki__pagetools__heading">
<h3 class="a11y" id="dokuwiki__pagetools__heading"><?php echo $lang['page_tools']; ?></h3>
<div class="tools">
<ul>
<?php echo (new \dokuwiki\Menu\DetailMenu())->getListItems(); ?>
</ul>
</div>
</nav>
<?php endif; ?>
</div><!-- /wrapper -->
<!-- PAGE ACTIONS (Status Bar) -->
<?php if (!$ERROR) :
$menuClass = \dokuwiki\Menu\DetailMenu::class;
include(__DIR__ . '/tpl_pagetools.php');
endif; ?>
<?php include(__DIR__ . '/tpl_footer.php') ?>
</div></div><!-- /site -->
</body>