aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-06-11 21:03:12 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-06-11 21:03:12 -0400
commit2a9698a13a5df8ff6c3b62df0674de07ebebdfc9 (patch)
treeeccc4086e6739d0e263d82399af761be4a4fc35d /phpBB/includes/functions.php
parent699aab8e8e52bf5980a8078fc460d30cedd65347 (diff)
downloadforums-2a9698a13a5df8ff6c3b62df0674de07ebebdfc9.tar
forums-2a9698a13a5df8ff6c3b62df0674de07ebebdfc9.tar.gz
forums-2a9698a13a5df8ff6c3b62df0674de07ebebdfc9.tar.bz2
forums-2a9698a13a5df8ff6c3b62df0674de07ebebdfc9.tar.xz
forums-2a9698a13a5df8ff6c3b62df0674de07ebebdfc9.zip
[ticket/10829] Delete T_STYLESHEET_NAME - no longer used.
PHPBB3-10829
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index ddbe1c2c36..e40df93194 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -4784,7 +4784,6 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
'T_UPLOAD_PATH' => "{$web_path}{$config['upload_path']}/",
'T_STYLESHEET_LINK' => "{$web_path}styles/" . rawurlencode($user->style['style_path']) . '/theme/stylesheet.css?assets_version=' . $config['assets_version'],
'T_STYLESHEET_LANG_LINK' => "{$web_path}styles/" . rawurlencode($user->style['style_path']) . '/theme/' . $user->lang_name . '/stylesheet.css?assets_version=' . $config['assets_version'],
- 'T_STYLESHEET_NAME' => $user->style['style_name'],
'T_JQUERY_LINK' => ($config['load_jquery_cdn'] && !empty($config['load_jquery_url'])) ? $config['load_jquery_url'] : "{$web_path}assets/javascript/jquery.js?assets_version=" . $config['assets_version'],
'S_JQUERY_FALLBACK' => ($config['load_jquery_cdn']) ? true : false,