diff options
| author | PayBas <contact@paybas.com> | 2014-06-13 15:24:06 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-25 14:19:00 +0200 |
| commit | 5a00054f5213e92552241889d651836881efeece (patch) | |
| tree | cb8977dc5de35d803f7e938ebabc98243b26cad1 /phpBB/includes/functions.php | |
| parent | ac89c84808d7641dd99447b5058c642635dbb624 (diff) | |
| download | forums-5a00054f5213e92552241889d651836881efeece.tar forums-5a00054f5213e92552241889d651836881efeece.tar.gz forums-5a00054f5213e92552241889d651836881efeece.tar.bz2 forums-5a00054f5213e92552241889d651836881efeece.tar.xz forums-5a00054f5213e92552241889d651836881efeece.zip | |
[ticket/12662] Improve template checks
And changed _CLEAN to _SIMPLE, and move teamlink events
PHPBB3-12662
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 108f6d5d26..8b60d3c3be 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4881,7 +4881,7 @@ function page_header($page_title = '', $display_online_list = false, $item_id = 'PRIVATE_MESSAGE_COUNT' => (!empty($user->data['user_unread_privmsg'])) ? $user->data['user_unread_privmsg'] : 0, 'CURRENT_USER_AVATAR' => phpbb_get_user_avatar($user->data), - 'CURRENT_USERNAME_CLEAN' => get_username_string('no_profile', $user->data['user_id'], $user->data['username'], $user->data['user_colour']), + 'CURRENT_USERNAME_SIMPLE' => get_username_string('no_profile', $user->data['user_id'], $user->data['username'], $user->data['user_colour']), 'CURRENT_USERNAME_FULL' => get_username_string('full', $user->data['user_id'], $user->data['username'], $user->data['user_colour']), 'UNREAD_NOTIFICATIONS_COUNT' => ($notifications !== false) ? $notifications['unread_count'] : '', 'NOTIFICATIONS_COUNT' => ($notifications !== false) ? $notifications['unread_count'] : '', |
