aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-10-16 17:23:25 -0700
committerMatt Friedman <maf675@gmail.com>2013-10-16 17:23:25 -0700
commit25f287a9916017b39eaa2428e73c57ce2a6298a5 (patch)
tree4fb6b7febc6bd35a22b8f6bbb10e5502cdba61fe /phpBB/styles/prosilver/template/overall_header.html
parentb7f1f3d38f4ef7f1b39ffa6e16e0cec88f719320 (diff)
downloadforums-25f287a9916017b39eaa2428e73c57ce2a6298a5.tar
forums-25f287a9916017b39eaa2428e73c57ce2a6298a5.tar.gz
forums-25f287a9916017b39eaa2428e73c57ce2a6298a5.tar.bz2
forums-25f287a9916017b39eaa2428e73c57ce2a6298a5.tar.xz
forums-25f287a9916017b39eaa2428e73c57ce2a6298a5.zip
[ticket/11936] Use "no_avatar.gif" if needed in Notification window
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index d9c5df73ac..25a54dd427 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -115,7 +115,7 @@
<!-- BEGIN notifications -->
<li class="<!-- IF notifications.UNREAD --> bg2<!-- ENDIF -->">
<!-- IF notifications.URL --><a href="<!-- IF notifications.UNREAD -->{notifications.U_MARK_READ}<!-- ELSE -->{notifications.URL}<!-- ENDIF -->"><!-- ENDIF -->
- {notifications.AVATAR}
+ <!-- IF notifications.AVATAR -->{notifications.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
<div class="notification_text">
<p>{notifications.FORMATTED_TITLE}</p>
<p>&raquo; {notifications.TIME}</p>