1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Fixed #490848 and introduced $current_template_path

git-svn-id: file:///svn/phpbb/trunk@1547 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt
2001-12-10 16:52:16 +00:00
parent 3f1678141d
commit 7c0e6ff4db
3 changed files with 61 additions and 58 deletions

View File

@@ -328,6 +328,7 @@ function setup_style($style)
if( $template )
{
$current_template_path = $template_path . $template_name . '/';
@include($phpbb_root_path . $template_path . $template_name . '/' . $template_name . '.cfg');
if( !defined("TEMPLATE_CONFIG") )
@@ -1176,4 +1177,4 @@ function message_die($msg_code, $msg_text = "", $msg_title = "", $err_line = "",
}
?>
?>