diff options
Diffstat (limited to 'about.php')
-rw-r--r-- | about.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ if (!isset($themeconf['hide_menu_on']) OR !in_array('theAboutPage', $themeconf[' } include(PHPWG_ROOT_PATH.'include/page_header.php'); +include(PHPWG_ROOT_PATH.'include/page_messages.php'); $template->pparse('about'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?> |