From 0737f91b1934d475fc2bafbc2736d38fd159cdf7 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 13 Jan 2005 10:18:49 +0000 Subject: - use template->parse instead of pparse. (exceptions for install.php and upgrade.php) - bug fixed : queries time and count were not displayed on a redirection git-svn-id: http://piwigo.org/svn/trunk@688 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 156a9b99a..c2908e71c 100644 --- a/include/page_tail.php +++ b/include/page_tail.php @@ -59,5 +59,7 @@ if ($conf['show_gt']) // Generate the page // -$template->pparse('tail'); +$template->parse('tail'); + +$template->p(); ?> -- cgit v1.2.3