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