diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-20 10:13:03 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-20 10:13:03 +0300 |
commit | 9954657712a327712af922609482a0975d8406ba (patch) | |
tree | 724baa7471c4914afee2764c49bc463c77c308c6 /phpBB/styles/prosilver/template | |
parent | ac122cbb4e213727b30f800ce8e4f5991ff9119c (diff) | |
download | forums-9954657712a327712af922609482a0975d8406ba.tar forums-9954657712a327712af922609482a0975d8406ba.tar.gz forums-9954657712a327712af922609482a0975d8406ba.tar.bz2 forums-9954657712a327712af922609482a0975d8406ba.tar.xz forums-9954657712a327712af922609482a0975d8406ba.zip |
[ticket/11558] Adjustments for notification link
PHPBB3-11558
Diffstat (limited to 'phpBB/styles/prosilver/template')
-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 af7cfab39e..f56d11e554 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -137,8 +137,8 @@ <!-- IF not S_IS_BOT and S_USER_LOGGED_IN --> <ul class="linklist leftside"> <!-- IF S_NOTIFICATIONS_DISPLAY --> - <li> - <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{NOTIFICATIONS_COUNT}</a> • + <li class="icon-notification"> + <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{NOTIFICATIONS_COUNT}</a> <div id="notification_list" class="notification_list"> <div class="pointer"><div class="pointer_inner"></div></div> <div class="header"> |