From eb4214096f9e86a58a8991617696350bede89f7d Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 7 Nov 2006 00:55:36 +0000 Subject: - added trigger_action in menubar and page_tail (begin and end) - small cosmetic change in menubar to simplify life for some plugin features git-svn-id: http://piwigo.org/svn/trunk@1595 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/page_tail.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/page_tail.php') diff --git a/include/page_tail.php b/include/page_tail.php index 50b433f9e..0f78484ba 100644 --- a/include/page_tail.php +++ b/include/page_tail.php @@ -26,6 +26,8 @@ // +-----------------------------------------------------------------------+ $template->set_filenames(array('tail'=>'footer.tpl')); +trigger_action('loc_begin_page_tail'); + $template->assign_vars( array( 'VERSION' => $conf['show_version'] ? PHPWG_VERSION : '', @@ -74,10 +76,10 @@ if ( !empty($debug_vars) ) $template->assign_block_vars('debug',$debug_vars ); } +trigger_action('loc_end_page_tail'); // // Generate the page // - $template->parse('tail'); $template->p(); -- cgit v1.2.3