pagetools footer
This commit is contained in:
15
main.php
15
main.php
@@ -68,17 +68,14 @@ $showSidebar = $hasSidebar && ($ACT == 'show');
|
||||
<hr class="a11y" />
|
||||
</div></main><!-- /content -->
|
||||
|
||||
<!-- PAGE ACTIONS -->
|
||||
<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\PageMenu())->getListItems(); ?>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</div><!-- /wrapper -->
|
||||
|
||||
<!-- PAGE ACTIONS (Status Bar) -->
|
||||
<?php
|
||||
$menuClass = \dokuwiki\Menu\PageMenu::class;
|
||||
include(__DIR__ . '/tpl_pagetools.php');
|
||||
?>
|
||||
|
||||
<?php include(__DIR__ . '/tpl_footer.php') ?>
|
||||
</div></div><!-- /site -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user