xref: /template/sprintdoc/tpl/nav-status.php (revision cb680b136400505015757b38d85acdfc34bf9c49)
1<?php
2    if (!defined('DOKU_INC')) die();
3?>
4<nav class="nav-status">
5    <h6 class="sr-only" role="heading" aria-level="2"><?php echo $lang['site_status']; ?></h6>
6    <?php tpl_include_page($conf['statusbar'], 1, 1) /* includes the nearest statusbar page */ ?>
7</nav>
8