aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-10-26 14:20:34 +0100
committerAndreas Fischer <bantu@phpbb.com>2014-10-26 14:20:34 +0100
commite4277525a07bb83dd825c0232c4937033cece9aa (patch)
tree5eaef7ce03f8e5a9eb127bc640d45e9a28a342a6 /phpBB/styles
parent5b42bcfe629093ef09436fdbb5ea600793cf8f55 (diff)
parent69cf5782d40c5e5746c93a768868b594a30bf157 (diff)
downloadforums-e4277525a07bb83dd825c0232c4937033cece9aa.tar
forums-e4277525a07bb83dd825c0232c4937033cece9aa.tar.gz
forums-e4277525a07bb83dd825c0232c4937033cece9aa.tar.bz2
forums-e4277525a07bb83dd825c0232c4937033cece9aa.tar.xz
forums-e4277525a07bb83dd825c0232c4937033cece9aa.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/13193] Swap ternary condition members [ticket/13193] Make template more readable [ticket/13193] Add load_search config check [ticket/13193] Add link to post count in PMs
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_viewmessage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
index 8a6ea1a0bb..02c5f5b1a5 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
@@ -29,7 +29,7 @@
<!-- IF RANK_TITLE or RANK_IMG --><dd class="profile-rank">{RANK_TITLE}<!-- IF RANK_TITLE and RANK_IMG --><br /><!-- ENDIF -->{RANK_IMG}</dd><!-- ENDIF -->
- <dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> {AUTHOR_POSTS}</dd>
+ <dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> <!-- IF U_AUTHOR_POSTS != '' --><a href="{U_AUTHOR_POSTS}">{AUTHOR_POSTS}</a><!-- ELSE -->{AUTHOR_POSTS}<!-- ENDIF --></dd>
<!-- IF AUTHOR_JOINED --><dd class="profile-joined"><strong>{L_JOINED}{L_COLON}</strong> {AUTHOR_JOINED}</dd><!-- ENDIF -->
<!-- EVENT ucp_pm_viewmessage_custom_fields_before -->