aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2012-09-25 10:10:49 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2012-09-25 10:10:49 -0500
commita8e53bda36ee88e5aeb3eec6a7ffee3ddadec5a9 (patch)
treefe40d8cd2c3332c71f8c38f782b75a432862ae34
parentaa3f6f4002094d29952d0383107af687bf7dcb15 (diff)
downloadforums-a8e53bda36ee88e5aeb3eec6a7ffee3ddadec5a9.tar
forums-a8e53bda36ee88e5aeb3eec6a7ffee3ddadec5a9.tar.gz
forums-a8e53bda36ee88e5aeb3eec6a7ffee3ddadec5a9.tar.bz2
forums-a8e53bda36ee88e5aeb3eec6a7ffee3ddadec5a9.tar.xz
forums-a8e53bda36ee88e5aeb3eec6a7ffee3ddadec5a9.zip
[ticket/11103] Display number of notifications in the [ Notifications ] link
PHPBB3-11103
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 242ad60e70..94830bb3a5 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -131,7 +131,7 @@
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<ul class="linklist leftside">
<li>
- [ <a href="#" id="notification_list_button" title="{L_NOTIFICATIONS}">{L_NOTIFICATIONS}</a> ] &bull;
+ [ <a href="#" id="notification_list_button" title="{L_NOTIFICATIONS}">{NUM_UNREAD_NOTIFICATIONS} {L_NOTIFICATIONS}</a> ] &bull;
<div id="notification_list">
<ul class="topiclist forums">
<!-- BEGIN notifications -->