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