diff options
| author | Nils Adermann <naderman@naderman.de> | 2013-10-20 15:42:49 -0700 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2013-10-20 15:42:49 -0700 |
| commit | 1aa80b47b164a59cdaf2be226f40a2af99a9f3f1 (patch) | |
| tree | 40ec4990a609e06709927f1c38f6eccc098f4c69 /phpBB/styles/prosilver/template/overall_header.html | |
| parent | eda35d15f8b140f878c5e9fb91b0b4e47219a181 (diff) | |
| parent | b9358e75bf0813bf44a26960b6fc5b51a5fb2411 (diff) | |
| download | forums-1aa80b47b164a59cdaf2be226f40a2af99a9f3f1.tar forums-1aa80b47b164a59cdaf2be226f40a2af99a9f3f1.tar.gz forums-1aa80b47b164a59cdaf2be226f40a2af99a9f3f1.tar.bz2 forums-1aa80b47b164a59cdaf2be226f40a2af99a9f3f1.tar.xz forums-1aa80b47b164a59cdaf2be226f40a2af99a9f3f1.zip | |
Merge pull request #1789 from VSEphpbb/ticket/11936
[Ticket/11936] Notification Avatars - Fixes and Restyling
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
| -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 4b86cde10f..6ab0b3d553 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -118,8 +118,8 @@ <!-- 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} - <div> + <!-- 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>» {notifications.TIME}</p> |
