xref: /template/sprintdoc/tpl/nav-status.php (revision 522fc138e1da23a5763dc94e8b0b67256f476501)
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