aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index a7a05b60d..39f124439 100644
--- a/index.php
+++ b/index.php
@@ -352,8 +352,8 @@ if (isset($page['comment']) and $page['comment'] != '')
//------------------------------------------------------------ log informations
pwg_log('category', $page['title']);
-trigger_action('loc_end_index');
include(PHPWG_ROOT_PATH.'include/page_header.php');
+trigger_action('loc_end_index');
$template->parse('index');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?>