added displaying of messages (msg())

This commit is contained in:
Christoph M. Becker
2015-03-17 20:14:38 +01:00
parent 966dc8550a
commit 613e77289f

View File

@ -89,6 +89,7 @@ include __DIR__ . "/../../../shared/templates/header.inc";
<?php tpl_flush() ?>
<?php tpl_includeFile('pageheader.html') ?>
<!-- wikipage start -->
<?php html_msgarea() ?>
<?php tpl_content(false) ?>
<!-- wikipage stop -->
<?php tpl_includeFile('pagefooter.html') ?>