From f7960e7e72ca913e1e67844dec6ff0d40de46d1b Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 14 Dec 2006 00:58:57 +0000 Subject: - plugins admin menu appear now in the admin page menubar - plugins are loaded immediately after loading the config (allow them to hack more of pwg like user init, template init etc...) - trigger event format_exif_data (for picture display only) git-svn-id: http://piwigo.org/svn/trunk@1655 68402e56-0260-453c-a942-63ccdbb3a9ee --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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'); ?> -- cgit v1.2.3