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:
@@ -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 = "",
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user