aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2008-06-12 07:27:01 +0000
committerDavid M <davidmj@users.sourceforge.net>2008-06-12 07:27:01 +0000
commit97d2fb55b77faf5c2d5febae633ba0b1b005d7ed (patch)
tree5e282f02adecde13b1c62fd180737e64f45e909c /phpBB/includes/functions.php
parent0ebc5cc9eee8b4f904d624a8c4506ae6223ea5db (diff)
downloadforums-97d2fb55b77faf5c2d5febae633ba0b1b005d7ed.tar
forums-97d2fb55b77faf5c2d5febae633ba0b1b005d7ed.tar.gz
forums-97d2fb55b77faf5c2d5febae633ba0b1b005d7ed.tar.bz2
forums-97d2fb55b77faf5c2d5febae633ba0b1b005d7ed.tar.xz
forums-97d2fb55b77faf5c2d5febae633ba0b1b005d7ed.zip
/me slaps himself for being old school
git-svn-id: file:///svn/phpbb/trunk@8650 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index ff16616863..099e680cae 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -3416,7 +3416,7 @@ function page_header($page_title = '', $display_online_list = true)
'T_ICONS_PATH' => PHPBB_ROOT_PATH . $config['icons_path'] . '/',
'T_RANKS_PATH' => PHPBB_ROOT_PATH . $config['ranks_path'] . '/',
'T_UPLOAD_PATH' => PHPBB_ROOT_PATH . $config['upload_path'] . '/',
- 'T_STYLESHEET_LINK' => (!$user->theme['theme_storedb']) ? PHPBB_ROOT_PATH . 'styles/' . $user->theme['theme_path'] . '/theme/stylesheet.css' : PHPBB_ROOT_PATH . 'style.' . PHP_EXT . "?sid=$user->session_id&amp;id=" . $user->theme['style_id'] . '&amp;lang=' . $user->data['user_lang'], //"{$phpbb_root_path}store/{$user->theme['theme_id']}_{$user->theme['imageset_id']}_{$user->lang_name}.css"
+ 'T_STYLESHEET_LINK' => (!$user->theme['theme_storedb']) ? PHPBB_ROOT_PATH . 'styles/' . $user->theme['theme_path'] . '/theme/stylesheet.css' : PHPBB_ROOT_PATH . 'style.' . PHP_EXT . "?sid=$user->session_id&amp;id=" . $user->theme['style_id'] . '&amp;lang=' . $user->data['user_lang'], //PHPBB_ROOT_PATH . "store/{$user->theme['theme_id']}_{$user->theme['imageset_id']}_{$user->lang_name}.css"
'T_STYLESHEET_NAME' => $user->theme['theme_name'],
'SITE_LOGO_IMG' => $user->img('site_logo'))