diff options
Diffstat (limited to '')
-rw-r--r-- | nbm.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +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'); $template->parse('nbm'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?> |