aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-10-09 23:14:43 +0000
committerrvelices <rv-github@modusoptimus.com>2008-10-09 23:14:43 +0000
commit11df0cb50241fa098d492ce27e6b01b179f95f6b (patch)
treeafa4aa54b58496a4be9bf05deb6335e50266ae7d /index.php
parent16df0a59dcd3577da7bac2c1551ced1d793b4310 (diff)
- removed unused var from template
- removed 2 unused rules from public content.css - index.php improvement (as in picture) - the log is done after sending first output to client git-svn-id: http://piwigo.org/svn/trunk@2699 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.php b/index.php
index e4bc95c6c..9c1556ba8 100644
--- a/index.php
+++ b/index.php
@@ -287,11 +287,10 @@ if (!empty($page['cat_slideshow_url']))
}
}
-//------------------------------------------------------------ log informations
-pwg_log();
-
include(PHPWG_ROOT_PATH.'include/page_header.php');
trigger_action('loc_end_index');
$template->pparse('index');
+//------------------------------------------------------------ log informations
+pwg_log();
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?>