dokuwiki-template-sprintdoc.../tpl/nav-status.php
2017-02-09 17:48:44 +01:00

6 lines
176 B
PHP
Executable file

<?php
if (!defined('DOKU_INC')) die();
?>
<div class="nav-status">
<?php tpl_include_page($conf['statusbar'], 1, 1) /* includes the nearest statusbar page */ ?>
</div>