aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'comments.php')
-rw-r--r--comments.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/comments.php b/comments.php
index efcd7dfb5..e65662439 100644
--- a/comments.php
+++ b/comments.php
@@ -4,7 +4,6 @@
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
-// | branch : BSF (Best So Far)
// | file : $Id$
// | last update : $Date$
// | last modifier : $Author$
@@ -175,7 +174,6 @@ UPDATE '.COMMENTS_TABLE.'
$title= l10n('title_comments');
$page['body_id'] = 'theCommentsPage';
-include(PHPWG_ROOT_PATH.'include/page_header.php');
$template->set_filenames(array('comments'=>'comments.tpl'));
$template->assign_vars(
@@ -442,7 +440,7 @@ SELECT id, name, permalink, uppercats
// +-----------------------------------------------------------------------+
// | html code display |
// +-----------------------------------------------------------------------+
-$template->assign_block_vars('title',array());
+include(PHPWG_ROOT_PATH.'include/page_header.php');
$template->parse('comments');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
-?>
+?> \ No newline at end of file