From 88c64f450535263278e20d44101aef83dc8d984a Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 6 Aug 2002 00:50:06 +0000 Subject: [PATCH] Wrong footer .. what a shock git-svn-id: file:///svn/phpbb/trunk@2823 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index d7731db490..1456a01755 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -634,7 +634,7 @@ function message_die($msg_code, $msg_text = '', $msg_title = '', $display_header if ( !defined('IN_ADMIN') ) { - include($phpbb_root_path . 'includes/page_footer.' . $phpEx); + include($phpbb_root_path . 'includes/page_tail.' . $phpEx); } else {