diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2014-10-21 23:12:00 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2014-10-21 23:12:00 +0200 |
commit | 5581a30f58cbde1da41bf13d29e0cd6868dc44f8 (patch) | |
tree | f5884a0015a473348bb83f17303e41379f805160 /phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | |
parent | 0dcfcf585422f718ae3ec7368aa61d105b0402f7 (diff) | |
download | forums-5581a30f58cbde1da41bf13d29e0cd6868dc44f8.tar forums-5581a30f58cbde1da41bf13d29e0cd6868dc44f8.tar.gz forums-5581a30f58cbde1da41bf13d29e0cd6868dc44f8.tar.bz2 forums-5581a30f58cbde1da41bf13d29e0cd6868dc44f8.tar.xz forums-5581a30f58cbde1da41bf13d29e0cd6868dc44f8.zip |
[ticket/13193] Make template more readable
PHPBB3-13193
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_viewmessage.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 2 |
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 cd4146e329..2ad867ef8e 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> <!-- IF U_AUTHOR_POSTS != '' --><a href="{U_AUTHOR_POSTS}"><!-- ENDIF -->{AUTHOR_POSTS}<!-- IF U_AUTHOR_POSTS != '' --></a><!-- ENDIF --></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 --> |