aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-09-24 18:29:12 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-09-24 18:29:12 +0200
commit0b0e00edd788ffa86c446842d7c4aba29c7a83ef (patch)
tree0a5ac55cbed7f1103d5917a13b77718bdf70978c
parent77ed437b79a2f26a22bcb027fed0e2542a8ed099 (diff)
parent30e1d29f5803bf5d7426096db79655f54344eaec (diff)
downloadforums-0b0e00edd788ffa86c446842d7c4aba29c7a83ef.tar
forums-0b0e00edd788ffa86c446842d7c4aba29c7a83ef.tar.gz
forums-0b0e00edd788ffa86c446842d7c4aba29c7a83ef.tar.bz2
forums-0b0e00edd788ffa86c446842d7c4aba29c7a83ef.tar.xz
forums-0b0e00edd788ffa86c446842d7c4aba29c7a83ef.zip
Merge branch 'develop-ascraeus' into develop
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 4463f6dfc0..127a3ca1aa 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -170,7 +170,7 @@
<!-- IF REMAINDER eq 0 -->
<div>
<!-- ENDIF -->
- <a href="<!-- IF postrow.contact.U_CONTACT -->{postrow.contact.U_CONTACT}<!-- ELSE -->{postrow.contact.U_PROFILE_AUTHOR}<!-- ENDIF -->" title="{postrow.contact.NAME}"<!-- IF $S_LAST_CELL --> class="last-cell"<!-- ENDIF --><!-- IF postrow.contact.ID eq 'jabber' --> onclick="popup(this.href, 750, 320); return false;"<!-- ENDIF -->>
+ <a href="<!-- IF postrow.contact.U_CONTACT -->{postrow.contact.U_CONTACT}<!-- ELSE -->{postrow.U_POST_AUTHOR}<!-- ENDIF -->" title="{postrow.contact.NAME}"<!-- IF $S_LAST_CELL --> class="last-cell"<!-- ENDIF --><!-- IF postrow.contact.ID eq 'jabber' --> onclick="popup(this.href, 750, 320); return false;"<!-- ENDIF -->>
<span class="contact-icon {postrow.contact.ID}-icon">{postrow.contact.NAME}</span>
</a>
<!-- IF REMAINDER eq 3 or postrow.contact.S_LAST_ROW -->