fix: remove non-existing include, add placeholder comment

This commit is contained in:
Michael Große 2018-04-24 15:31:08 +02:00
commit 9038109bd6
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

View file

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