aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-04 14:31:00 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-04 14:31:00 -0500
commit07fb66ac1090dfe92431ed749b520115595f7927 (patch)
treef712e1227184136664c907bb398202f01bfb2ff8 /phpBB/includes/functions.php
parentcea94d89848a806f449610ddb2a7df7b7eec1328 (diff)
downloadforums-07fb66ac1090dfe92431ed749b520115595f7927.tar
forums-07fb66ac1090dfe92431ed749b520115595f7927.tar.gz
forums-07fb66ac1090dfe92431ed749b520115595f7927.tar.bz2
forums-07fb66ac1090dfe92431ed749b520115595f7927.tar.xz
forums-07fb66ac1090dfe92431ed749b520115595f7927.zip
[ticket/11103] Do not abbreviate template output
PHPBB3-11103
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 162b0046b5..d005ccaaab 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -5020,8 +5020,8 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
'RECORD_USERS' => $l_online_record,
'PRIVATE_MESSAGE_INFO' => $l_privmsgs_text,
'PRIVATE_MESSAGE_INFO_UNREAD' => $l_privmsgs_text_unread,
- 'NUM_UNREAD_NOTIFICATIONS' => $notifications['unread_count'],
- 'NOTIFICATIONS_CNT' => $user->lang('NOTIFICATIONS_CNT', $notifications['unread_count']),
+ 'UNREAD_NOTIFICATIONS_COUNT' => $notifications['unread_count'],
+ 'NOTIFICATIONS_COUNT' => $user->lang('NOTIFICATIONS_COUNT', $notifications['unread_count']),
'S_USER_NEW_PRIVMSG' => $user->data['user_new_privmsg'],
'S_USER_UNREAD_PRIVMSG' => $user->data['user_unread_privmsg'],