dokuwiki-template-sprintdoc.../tpl/nav-status.php
Jana Deutschländer 035726f000 template redesign
2017-01-02 09:14:38 +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>