aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-09-27 18:25:37 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-09-27 18:25:37 -0500
commit48ccc9eb93c8413f05f6a50d40e597f560c671d8 (patch)
tree20ba16edf636eeb2523c51559d33462d1fea07f3 /phpBB/includes/functions.php
parentf062087f30fab4ce497333cd88735920efe0737f (diff)
downloadforums-48ccc9eb93c8413f05f6a50d40e597f560c671d8.tar
forums-48ccc9eb93c8413f05f6a50d40e597f560c671d8.tar.gz
forums-48ccc9eb93c8413f05f6a50d40e597f560c671d8.tar.bz2
forums-48ccc9eb93c8413f05f6a50d40e597f560c671d8.tar.xz
forums-48ccc9eb93c8413f05f6a50d40e597f560c671d8.zip
[ticket/11103] UCP Notification Options can now be set
PHPBB3-11103
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 92cea20d10..92d72b6636 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -5021,6 +5021,7 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
'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']),
'S_USER_NEW_PRIVMSG' => $user->data['user_new_privmsg'],
'S_USER_UNREAD_PRIVMSG' => $user->data['user_unread_privmsg'],