diff options
author | PayBas <contact@paybas.com> | 2014-05-29 17:16:37 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-15 10:02:10 +0200 |
commit | 976bda83dbfe207a29bf6c3a6fe72ceed75cd98f (patch) | |
tree | 66ea722fffa8368a70d72fe208f6dfdbb4071aee /phpBB/styles/prosilver/template/ucp_notifications.html | |
parent | 49a1896a76f205b30f7daf41056dca445eecb1d7 (diff) | |
download | forums-976bda83dbfe207a29bf6c3a6fe72ceed75cd98f.tar forums-976bda83dbfe207a29bf6c3a6fe72ceed75cd98f.tar.gz forums-976bda83dbfe207a29bf6c3a6fe72ceed75cd98f.tar.bz2 forums-976bda83dbfe207a29bf6c3a6fe72ceed75cd98f.tar.xz forums-976bda83dbfe207a29bf6c3a6fe72ceed75cd98f.zip |
[ticket/12608] Improved LTR and various bugfixes
PHPBB3-12608
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_notifications.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_notifications.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index a7cf2f43aa..5d2af425e8 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -77,9 +77,6 @@ <!-- IF notification_list.FORUM --><p class="notifications_forum">{notification_list.FORUM}</p><!-- ENDIF --> <!-- IF notification_list.REASON --><p class="notifications_reason">{notification_list.REASON}</p><!-- ENDIF --> <p class="notifications_time">{notification_list.TIME}</p> - <!-- IF not notification_list.URL and notification_list.U_MARK_READ --> - <p><a href="{notification_list.U_MARK_READ}">{L_MARK_READ}</a></p> - <!-- ENDIF --> </div> </div> </dt> |