diff options
author | Crizzo <mail@crizzo.de> | 2014-03-30 19:13:14 +0200 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-30 19:13:14 +0200 |
commit | fa6c1044b8b11baf1d100f695e8b17457d26fd4a (patch) | |
tree | eeb18dd58b38bea27426e7c522c41180a6c7c1d9 /phpBB/includes/functions.php | |
parent | cde4070b193cd8cce0d9fb3ffb7de8f3e3f5a08e (diff) | |
download | forums-fa6c1044b8b11baf1d100f695e8b17457d26fd4a.tar forums-fa6c1044b8b11baf1d100f695e8b17457d26fd4a.tar.gz forums-fa6c1044b8b11baf1d100f695e8b17457d26fd4a.tar.bz2 forums-fa6c1044b8b11baf1d100f695e8b17457d26fd4a.tar.xz forums-fa6c1044b8b11baf1d100f695e8b17457d26fd4a.zip |
[ticket/9758] Clickable avatar in header and renamed class for avatar-img
PHPBB3-9758
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index a554372c69..e3d3a904d2 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4963,6 +4963,7 @@ function page_header($page_title = '', $display_online_list = false, $item_id = 'U_SITE_HOME' => $config['site_home_url'], 'U_REGISTER' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=register'), 'U_PROFILE' => append_sid("{$phpbb_root_path}ucp.$phpEx"), + 'U_USER_PROFILE' => get_username_string('profile', $user->data['user_id'], $user->data['username'], $user->data['user_colour']), 'U_MODCP' => append_sid("{$phpbb_root_path}mcp.$phpEx", false, true, $user->session_id), 'U_FAQ' => append_sid("{$phpbb_root_path}faq.$phpEx"), 'U_SEARCH_SELF' => append_sid("{$phpbb_root_path}search.$phpEx", 'search_id=egosearch'), |