diff options
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comments.php b/comments.php index 5a7163fd9..d23e992c7 100644 --- a/comments.php +++ b/comments.php @@ -549,6 +549,7 @@ if (!isset($themeconf['hide_menu_on']) OR !in_array('theCommentsPage', $themecon // | html code display | // +-----------------------------------------------------------------------+ include(PHPWG_ROOT_PATH.'include/page_header.php'); +include(PHPWG_ROOT_PATH.'include/page_messages.php'); $template->pparse('comments'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>
\ No newline at end of file |