diff options
Diffstat (limited to '')
-rw-r--r-- | identification.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/identification.php b/identification.php index 4a8e65e6b..0ddc20014 100644 --- a/identification.php +++ b/identification.php @@ -107,6 +107,7 @@ if (!$conf['gallery_locked'] && (!isset($themeconf['hide_menu_on']) OR !in_array //----------------------------------------------------------- html code display include(PHPWG_ROOT_PATH.'include/page_header.php'); +include(PHPWG_ROOT_PATH.'include/page_messages.php'); $template->pparse('identification'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?> |