aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-10-04 21:39:47 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-10-04 21:39:47 +0000
commit1981196e99a84e1ad1f8e817f74bda730ba6fe88 (patch)
tree2eb5fe6c8239e8793813e1ab7157eab26c7cd90c /phpBB/includes/functions.php
parent5449c591a9721a63098f794a24e0bcef690ebb51 (diff)
downloadforums-1981196e99a84e1ad1f8e817f74bda730ba6fe88.tar
forums-1981196e99a84e1ad1f8e817f74bda730ba6fe88.tar.gz
forums-1981196e99a84e1ad1f8e817f74bda730ba6fe88.tar.bz2
forums-1981196e99a84e1ad1f8e817f74bda730ba6fe88.tar.xz
forums-1981196e99a84e1ad1f8e817f74bda730ba6fe88.zip
- some bugfixes
git-svn-id: file:///svn/phpbb/trunk@5255 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 06584636f5..d4bc58aa16 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -1619,7 +1619,7 @@ function page_header($page_title = '')
'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['primary']['theme_storedb']) ? "{$phpbb_root_path}styles/" . $user->theme['primary']['theme_path'] . '/theme/stylesheet.css' : "{$phpbb_root_path}style.$phpEx?sid=$user->session_id&amp;id=" . $user->theme['primary']['theme_id'],
+ 'T_STYLESHEET_LINK' => (!$user->theme['primary']['theme_storedb']) ? "{$phpbb_root_path}styles/" . $user->theme['primary']['theme_path'] . '/theme/stylesheet.css' : "{$phpbb_root_path}style.$phpEx?sid=$user->session_id&amp;id=" . $user->theme['primary']['style_id'],
'T_STYLESHEET_NAME' => $user->theme['primary']['theme_name'],
'T_THEME_DATA' => (!$user->theme['primary']['theme_storedb']) ? '' : $user->theme['primary']['theme_data'])
);