diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2012-09-25 10:10:49 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2012-09-25 10:10:49 -0500 |
commit | a8e53bda36ee88e5aeb3eec6a7ffee3ddadec5a9 (patch) | |
tree | fe40d8cd2c3332c71f8c38f782b75a432862ae34 | |
parent | aa3f6f4002094d29952d0383107af687bf7dcb15 (diff) | |
download | forums-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.html | 2 |
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> ] • + [ <a href="#" id="notification_list_button" title="{L_NOTIFICATIONS}">{NUM_UNREAD_NOTIFICATIONS} {L_NOTIFICATIONS}</a> ] • <div id="notification_list"> <ul class="topiclist forums"> <!-- BEGIN notifications --> |