Commit: 613e77289f4af2cf78accc84d2be9d795cd76645 Author: Christoph M. Becker <[email protected]> Tue, 17 Mar 2015 20:14:38 +0100 Parents: 966dc8550a1c1aa729908b2f210993d0a4a23948 Branches: master
Link: http://git.php.net/?p=web/wiki.git;a=commitdiff;h=613e77289f4af2cf78accc84d2be9d795cd76645 Log: added displaying of messages (msg()) Changed paths: M dokuwiki/lib/tpl/phpnet/main.php Diff: diff --git a/dokuwiki/lib/tpl/phpnet/main.php b/dokuwiki/lib/tpl/phpnet/main.php index bc47c38..ed05fac 100644 --- a/dokuwiki/lib/tpl/phpnet/main.php +++ b/dokuwiki/lib/tpl/phpnet/main.php @@ -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') ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
