pagetools footer
This commit is contained in:
17
detail.php
17
detail.php
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user