mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-16 16:28:53 +00:00
[ticket/11103] Display number of notifications in the [ Notifications ] link
PHPBB3-11103
This commit is contained in:
parent
aa3f6f4002
commit
a8e53bda36
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
||||||
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
|
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
|
||||||
<ul class="linklist leftside">
|
<ul class="linklist leftside">
|
||||||
<li>
|
<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">
|
<div id="notification_list">
|
||||||
<ul class="topiclist forums">
|
<ul class="topiclist forums">
|
||||||
<!-- BEGIN notifications -->
|
<!-- BEGIN notifications -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue