aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-02-11 02:00:03 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-02-11 02:00:03 +0000
commit89feef3ddcfe3fcdcdf66677cfa0f4339328e1fc (patch)
tree964909a245bd24b9da4a63d36a2a713c7c430bac /phpBB/includes/functions.php
parent9f99285149aec72bde4048dbfe68bbb0eb2b0f0e (diff)
downloadforums-89feef3ddcfe3fcdcdf66677cfa0f4339328e1fc.tar
forums-89feef3ddcfe3fcdcdf66677cfa0f4339328e1fc.tar.gz
forums-89feef3ddcfe3fcdcdf66677cfa0f4339328e1fc.tar.bz2
forums-89feef3ddcfe3fcdcdf66677cfa0f4339328e1fc.tar.xz
forums-89feef3ddcfe3fcdcdf66677cfa0f4339328e1fc.zip
- A MUCH better UI to editting an imageset :-)
git-svn-id: file:///svn/phpbb/trunk@5544 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php4
1 files changed, 3 insertions, 1 deletions
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&amp;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'])