aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-05 13:43:03 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-05 13:43:03 -0500
commit0bab8ff777bcb82361b75441c085ee2e510db5cc (patch)
tree51406c04033cefb2e86ba0b7e5149096bcf665af /phpBB/styles
parent2d69707a88fdb618730243cbe65ebc055cf68bae (diff)
downloadforums-0bab8ff777bcb82361b75441c085ee2e510db5cc.tar
forums-0bab8ff777bcb82361b75441c085ee2e510db5cc.tar.gz
forums-0bab8ff777bcb82361b75441c085ee2e510db5cc.tar.bz2
forums-0bab8ff777bcb82361b75441c085ee2e510db5cc.tar.xz
forums-0bab8ff777bcb82361b75441c085ee2e510db5cc.zip
[ticket/11103] ACP option to enable/disable notifications output in header
PHPBB3-11103
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 690caea36b..2f789f3f2c 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -130,6 +130,7 @@
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<ul class="linklist leftside">
+ <!-- IF S_NOTIFICATIONS_DISPLAY -->
<li>
[ <a href="#" id="notification_list_button" title="{NOTIFICATIONS_COUNT}">{NOTIFICATIONS_COUNT}</a> ] &bull;
<div id="notification_list">
@@ -149,6 +150,7 @@
</ul>
</div>
</li>
+ <!-- ENDIF -->
<li class="icon-ucp">
<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a>
<!-- IF S_DISPLAY_SEARCH --> &bull;