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