diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-08-06 00:50:06 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-08-06 00:50:06 +0000 |
commit | 88c64f450535263278e20d44101aef83dc8d984a (patch) | |
tree | 3965844cdbac2b8c8652bbb3b3661f5aa2d331fd /phpBB/includes | |
parent | 5750fb8353fe6e2df1a13163372e7364a8da4cd3 (diff) | |
download | forums-88c64f450535263278e20d44101aef83dc8d984a.tar forums-88c64f450535263278e20d44101aef83dc8d984a.tar.gz forums-88c64f450535263278e20d44101aef83dc8d984a.tar.bz2 forums-88c64f450535263278e20d44101aef83dc8d984a.tar.xz forums-88c64f450535263278e20d44101aef83dc8d984a.zip |
Wrong footer .. what a shock
git-svn-id: file:///svn/phpbb/trunk@2823 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |