aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2011-09-03 23:50:00 +0300
committerVjacheslav Trushkin <arty@phpbb.com>2011-09-04 01:08:00 +0300
commit830c3f4047d0718ed398c38d4640cc0f1fe77a7f (patch)
treeb4e068cb14fd03347e437d7109c240e6af676c90 /phpBB/includes/functions.php
parent98590201d862ad75e24971a8817a06fa66466f77 (diff)
downloadforums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.tar
forums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.tar.gz
forums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.tar.bz2
forums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.tar.xz
forums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.zip
[feature/remove-imagesets] Adjustments to php files
Removing imagesets. Adjustments to php files PHPBB3-10336
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 47ff270b76..b143ffd39d 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -4557,6 +4557,7 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
'T_RANKS_PATH' => "{$web_path}{$config['ranks_path']}/",
'T_UPLOAD_PATH' => "{$web_path}{$config['upload_path']}/",
'T_STYLESHEET_LINK' => (!$user->theme['theme_storedb']) ? "{$web_path}styles/" . $user->theme['theme_path'] . '/theme/stylesheet.css' : append_sid("{$phpbb_root_path}style.$phpEx", 'id=' . $user->theme['style_id'] . '&amp;lang=' . $user->lang_name),
+ 'T_STYLESHEET_LANG_LINK' => "{$web_path}styles/" . $user->theme['theme_path'] . '/theme/' . $user->lang_name . '/stylesheet.css',
'T_STYLESHEET_NAME' => $user->theme['theme_name'],
'T_THEME_NAME' => $user->theme['theme_path'],