diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/search.php b/search.php index 043cbcd70..f7db92269 100644 --- a/search.php +++ b/search.php @@ -231,6 +231,7 @@ if (!isset($themeconf['hide_menu_on']) OR !in_array('theSearchPage', $themeconf[ //------------------------------------------------------------ html code display include(PHPWG_ROOT_PATH.'include/page_header.php'); +include(PHPWG_ROOT_PATH.'include/page_messages.php'); $template->pparse('search'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?> |