aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message.php
diff options
context:
space:
mode:
authorBart van Bragt <bartvb@users.sourceforge.net>2001-09-08 18:24:34 +0000
committerBart van Bragt <bartvb@users.sourceforge.net>2001-09-08 18:24:34 +0000
commit9b64a5d50cc491d4a8d256104db865463119c7bc (patch)
tree2a603b95d0d6b9e1682311d0aca97b7759c1cbeb /phpBB/includes/message.php
parent19ae53a5b142e946da042eef2209dba6893ce09a (diff)
downloadforums-9b64a5d50cc491d4a8d256104db865463119c7bc.tar
forums-9b64a5d50cc491d4a8d256104db865463119c7bc.tar.gz
forums-9b64a5d50cc491d4a8d256104db865463119c7bc.tar.bz2
forums-9b64a5d50cc491d4a8d256104db865463119c7bc.tar.xz
forums-9b64a5d50cc491d4a8d256104db865463119c7bc.zip
Altered layout of phpbb_config table
git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/message.php')
-rw-r--r--phpBB/includes/message.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/message.php b/phpBB/includes/message.php
index 856b9e706d..96e7bf2cc0 100644
--- a/phpBB/includes/message.php
+++ b/phpBB/includes/message.php
@@ -78,7 +78,7 @@ function message_die($msg_code, $msg_text = "", $msg_title = "", $err_line = "",
if( empty($template) )
{
- $template = new Template($phpbb_root_path . "templates/" . $board_config['default_template']);
+ $template = new Template($phpbb_root_path . "templates/" . $board_config['board_template']);
}
if( empty($theme) )
@@ -192,4 +192,4 @@ function message_die($msg_code, $msg_text = "", $msg_title = "", $err_line = "",
}
-?> \ No newline at end of file
+?>