diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-12-31 13:36:06 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-12-31 13:36:06 +0000 |
| commit | 1106aed2f6bc7a8976109b1fab6d0bd786070563 (patch) | |
| tree | 6280290d763cbc14487057d5416852ec03ddc5f5 /phpBB/includes/functions.php | |
| parent | 11e76473aaf0120a96edb4d3a96800603bffcc48 (diff) | |
| download | forums-1106aed2f6bc7a8976109b1fab6d0bd786070563.tar forums-1106aed2f6bc7a8976109b1fab6d0bd786070563.tar.gz forums-1106aed2f6bc7a8976109b1fab6d0bd786070563.tar.bz2 forums-1106aed2f6bc7a8976109b1fab6d0bd786070563.tar.xz forums-1106aed2f6bc7a8976109b1fab6d0bd786070563.zip | |
oi... index page looks good...
git-svn-id: file:///svn/phpbb/trunk@9246 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 9ca0424791..0b9b714c14 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2575,7 +2575,7 @@ function page_header($page_title = '', $display_online_list = true) 'T_ICONS_PATH' => PHPBB_ROOT_PATH . phpbb::$config['icons_path'] . '/', 'T_RANKS_PATH' => PHPBB_ROOT_PATH . phpbb::$config['ranks_path'] . '/', 'T_UPLOAD_PATH' => PHPBB_ROOT_PATH . phpbb::$config['upload_path'] . '/', - 'T_STYLESHEET_LINK' => (!phpbb::$user->theme['theme_storedb']) ? PHPBB_ROOT_PATH . 'styles/' . phpbb::$user->theme['theme_path'] . '/theme/stylesheet.css' : phpbb::$url->get(PHPBB_ROOT_PATH . 'style.' . PHP_EXT . '?sid=' . phpbb::$user->session_id . '&id=' . phpbb::$user->theme['style_id'] . '&lang=' . phpbb::$user->data['user_lang']), //PHPBB_ROOT_PATH . "store/{$user->theme['theme_id']}_{$user->theme['imageset_id']}_{$user->lang_name}.css" + 'T_STYLESHEET_LINK' => (!phpbb::$user->theme['theme_storedb']) ? PHPBB_ROOT_PATH . 'styles/' . phpbb::$user->theme['theme_path'] . '/theme/stylesheet.css' : phpbb::$url->get(PHPBB_ROOT_PATH . 'style.' . PHP_EXT . '?id=' . phpbb::$user->theme['style_id'] . '&lang=' . phpbb::$user->data['user_lang']), //PHPBB_ROOT_PATH . "store/{$user->theme['theme_id']}_{$user->theme['imageset_id']}_{$user->lang_name}.css" 'T_STYLESHEET_NAME' => phpbb::$user->theme['theme_name'], 'SITE_LOGO_IMG' => phpbb::$user->img('site_logo'), @@ -2712,9 +2712,9 @@ function garbage_collection() function exit_handler() { // needs to be run prior to the hook - if (request::super_globals_disabled()) + if (phpbb_request::super_globals_disabled()) { - request::enable_super_globals(); + phpbb_request::enable_super_globals(); } // As a pre-caution... some setups display a blank page if the flush() is not there. |
