diff options
Diffstat (limited to 'nbm.php')
-rw-r--r-- | nbm.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ if (!isset($themeconf['hide_menu_on']) OR !in_array('theNBMPage', $themeconf['hi // | html code display | // +-----------------------------------------------------------------------+ include(PHPWG_ROOT_PATH.'include/page_header.php'); -include(PHPWG_ROOT_PATH.'include/page_messages.php'); +flush_page_messages(); $template->parse('nbm'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?> |