diff options
author | Nils Adermann <naderman@naderman.de> | 2011-09-20 21:26:37 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-09-20 21:26:37 +0200 |
commit | 4e8e31c10b11972a073a79fbbd7865a1195ef456 (patch) | |
tree | ca0578de1e67d065004f770d3881b37482c8bae9 /phpBB/includes/functions.php | |
parent | f31d32dd89e5d01e08f0ae09b43042377bfdfc0c (diff) | |
parent | 3e76f7468864f5e5d8c3f805745c44e422ae817c (diff) | |
download | forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.tar forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.tar.gz forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.tar.bz2 forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.tar.xz forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.zip |
Merge remote-tracking branch 'github-cyberalien/feature/remove-imagesets' into develop
* github-cyberalien/feature/remove-imagesets:
[feature/remove-imagesets] Script for converting imageset to css
[feature/remove-imagesets] Changing subsilver
[feature/remove-imagesets] Changing prosilver
[feature/remove-imagesets] Adjustments to php files
[feature/remove-imagesets] Changing admin control panel styles module
[feature/remove-imagesets] Changing database structure
[feature/remove-imagesets] Removing imageset files
[feature/remove-imagesets] Moving images
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 94ae319b89..ab933eb523 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4569,6 +4569,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'] . '&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'], |