diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2013-07-24 17:22:10 +0200 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2013-07-24 17:22:10 +0200 |
commit | 27126e065dd6a8de44c9da718b4b5b9895544bb1 (patch) | |
tree | d9221dc9a9fb1c5e68561d646e1cc7cdeaab8b5a | |
parent | f0516b7d2a0ac0e1fbf6832cfcfde119ad508907 (diff) | |
download | forums-27126e065dd6a8de44c9da718b4b5b9895544bb1.tar forums-27126e065dd6a8de44c9da718b4b5b9895544bb1.tar.gz forums-27126e065dd6a8de44c9da718b4b5b9895544bb1.tar.bz2 forums-27126e065dd6a8de44c9da718b4b5b9895544bb1.tar.xz forums-27126e065dd6a8de44c9da718b4b5b9895544bb1.zip |
[ticket/11741] Fix empty brackets and remove bullet
PHPBB3-11741
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index bc2307154b..b0d7ce6fab 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -154,8 +154,8 @@ function marklist(id, name, state) <table width="100%" cellspacing="0"> <tr> <td class="genmed"> - <!-- IF S_NOTIFICATIONS_DISPLAY --> - [ <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{NOTIFICATIONS_COUNT}</a> ] • + <!-- IF S_NOTIFICATIONS_DISPLAY and not S_IS_BOT and S_USER_LOGGED_IN --> + [ <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{NOTIFICATIONS_COUNT}</a> ] <div id="notification_list" class="notification_list"> <div class="row1 header"> {L_NOTIFICATIONS} |