1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-08 15:35:11 +02:00

[ticket/11103] Display number of notifications in the [ Notifications ] link

PHPBB3-11103
This commit is contained in:
Nathaniel Guse 2012-09-25 10:10:49 -05:00
parent aa3f6f4002
commit a8e53bda36

View File

@ -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> ] &bull; [ <a href="#" id="notification_list_button" title="{L_NOTIFICATIONS}">{NUM_UNREAD_NOTIFICATIONS} {L_NOTIFICATIONS}</a> ] &bull;
<div id="notification_list"> <div id="notification_list">
<ul class="topiclist forums"> <ul class="topiclist forums">
<!-- BEGIN notifications --> <!-- BEGIN notifications -->