aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_notifications.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-10-16 17:33:01 -0700
committerMatt Friedman <maf675@gmail.com>2013-10-16 17:33:01 -0700
commit7c0e839fe3564f22b8197dbcad82df8191398392 (patch)
tree60879fe14dfb57dc97190fe3354ef2b15d4bad78 /phpBB/styles/prosilver/template/ucp_notifications.html
parent25f287a9916017b39eaa2428e73c57ce2a6298a5 (diff)
downloadforums-7c0e839fe3564f22b8197dbcad82df8191398392.tar
forums-7c0e839fe3564f22b8197dbcad82df8191398392.tar.gz
forums-7c0e839fe3564f22b8197dbcad82df8191398392.tar.bz2
forums-7c0e839fe3564f22b8197dbcad82df8191398392.tar.xz
forums-7c0e839fe3564f22b8197dbcad82df8191398392.zip
[ticket/11936] Add no_avatars to UCP list Notifications too
PHPBB3-11936
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_notifications.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_notifications.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html
index f71b7aaf56..a5e8941edb 100644
--- a/phpBB/styles/prosilver/template/ucp_notifications.html
+++ b/phpBB/styles/prosilver/template/ucp_notifications.html
@@ -70,7 +70,7 @@
<dt>
<div class="list-inner">
<!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
- {notification_list.AVATAR}
+ <!-- IF notification_list.AVATAR -->{notification_list.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
<div class="notifications">
<p class="notifications_title">{notification_list.FORMATTED_TITLE}</p>
<p class="notifications_time">&raquo; {notification_list.TIME}</p>