From 89feef3ddcfe3fcdcdf66677cfa0f4339328e1fc Mon Sep 17 00:00:00 2001 From: David M Date: Sat, 11 Feb 2006 02:00:03 +0000 Subject: - A MUCH better UI to editting an imageset :-) git-svn-id: file:///svn/phpbb/trunk@5544 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index ea3cafda79..a5c96f5031 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2051,7 +2051,9 @@ function page_header($page_title = '') '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.$phpEx?sid=$user->session_id&id=" . $user->theme['style_id'], 'T_STYLESHEET_NAME' => $user->theme['theme_name'], - 'T_THEME_DATA' => (!$user->theme['theme_storedb']) ? '' : $user->theme['theme_data']) + 'T_THEME_DATA' => (!$user->theme['theme_storedb']) ? '' : $user->theme['theme_data'], + + 'SITE_LOGO_IMG' => $user->img('site_logo')) ); if ($config['send_encoding']) -- cgit v1.2.1