diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-10-11 15:25:22 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-10-11 15:25:22 +0000 |
commit | dd55736066f16f2fed2f651fb3af199e246e1cdf (patch) | |
tree | cfabd247b9234f12000e26626d3df9bc1545311b /phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | |
parent | 40bfc3d361e7efa95533833359b123c3d49364e2 (diff) | |
download | forums-dd55736066f16f2fed2f651fb3af199e246e1cdf.tar forums-dd55736066f16f2fed2f651fb3af199e246e1cdf.tar.gz forums-dd55736066f16f2fed2f651fb3af199e246e1cdf.tar.bz2 forums-dd55736066f16f2fed2f651fb3af199e246e1cdf.tar.xz forums-dd55736066f16f2fed2f651fb3af199e246e1cdf.zip |
Display profile icons when viewing a topic, or PM when only the jabber icon is to be visible. #34755
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9000 89ea8834-ac86-4346-8a33-228a782c2dd0
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 ebb4514a29..535641f33b 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -71,7 +71,7 @@ <!-- IF AUTHOR_JOINED --><dd><strong>{L_JOINED}:</strong> {AUTHOR_JOINED}</dd><!-- ENDIF --> <!-- IF AUTHOR_FROM --><dd><strong>{L_LOCATION}:</strong> {AUTHOR_FROM}</dd><!-- ENDIF --> - <!-- IF U_PM or U_EMAIL or U_WWW or U_MSN or U_ICQ or U_YIM or U_AIM --> + <!-- IF U_PM or U_EMAIL or U_WWW or U_MSN or U_ICQ or U_YIM or U_AIM or U_JABBER --> <dd> <ul class="profile-icons"> <!-- IF U_PM --><li class="pm-icon"><a href="{U_PM}" title="{L_PRIVATE_MESSAGE}"><span>{L_PRIVATE_MESSAGE}</span></a></li><!-- ENDIF --> |