diff options
| author | Matt Friedman <maf675@gmail.com> | 2013-10-16 09:43:45 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2013-10-16 10:07:54 -0700 |
| commit | 2867831232e8c4cb2e556b7fd157a9e0111fa696 (patch) | |
| tree | 7010e649f1a0f2f47ab1f74ab4c8cf328e0b893f /phpBB/styles/prosilver/template/overall_header.html | |
| parent | 457ca9c7633df2bf362f3530952afa15934e0907 (diff) | |
| download | forums-2867831232e8c4cb2e556b7fd157a9e0111fa696.tar forums-2867831232e8c4cb2e556b7fd157a9e0111fa696.tar.gz forums-2867831232e8c4cb2e556b7fd157a9e0111fa696.tar.bz2 forums-2867831232e8c4cb2e556b7fd157a9e0111fa696.tar.xz forums-2867831232e8c4cb2e556b7fd157a9e0111fa696.zip | |
[ticket/11921] Move any HTML for Notifications to the templates
PHPBB3-11921
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 6f787f023c..f2f47332d7 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -98,7 +98,7 @@ <ul class="linklist leftside bulletin"> <!-- IF S_NOTIFICATIONS_DISPLAY --> <li class="icon-notification"> - <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{NOTIFICATIONS_COUNT}</a> + <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{L_NOTIFICATIONS} [<strong>{NOTIFICATIONS_COUNT}</strong>]</a> <div id="notification_list" class="notification_list"> <div class="pointer"><div class="pointer_inner"></div></div> <div class="header"> @@ -137,7 +137,7 @@ <!-- ENDIF --> <!-- IF S_DISPLAY_PM --> <li class="icon-pm"> - <a href="{U_PRIVATEMSGS}">{L_PRIVATE_MESSAGES} (<strong>{PRIVATE_MESSAGE_COUNT}</strong>)</a> + <a href="{U_PRIVATEMSGS}">{L_PRIVATE_MESSAGES} [<strong>{PRIVATE_MESSAGE_COUNT}</strong>]</a> </li> <!-- ENDIF --> <li class="icon-ucp"> |
