xref: /template/sprintdoc/tpl/nav-status.php (revision fbf9e9d682e580dc2d020d23ecc173315327ec1e)
1<?php
2    if (!defined('DOKU_INC')) die();
3?>
4<div class="nav-status">
5    <?php tpl_include_page($conf['statusbar'], 1, 1) /* includes the nearest statusbar page */ ?>
6</div>
7