diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-02 12:50:16 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-05-02 12:50:16 -0700 |
commit | f34af2669d0d10401e1869fb9f8cc87d48e0f4d5 (patch) | |
tree | a4fbf3319dcf6cbc3ca60bb6e06250eac41f58ef | |
parent | 03594b64438464ba7f234ce38d3344561bc0a66b (diff) | |
download | forums-f34af2669d0d10401e1869fb9f8cc87d48e0f4d5.tar forums-f34af2669d0d10401e1869fb9f8cc87d48e0f4d5.tar.gz forums-f34af2669d0d10401e1869fb9f8cc87d48e0f4d5.tar.bz2 forums-f34af2669d0d10401e1869fb9f8cc87d48e0f4d5.tar.xz forums-f34af2669d0d10401e1869fb9f8cc87d48e0f4d5.zip |
[ticket/12478] Re-add contact field events in ucp_pm_viewmessage.html.
PHPBB3-12478
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 627b5aa6ed..81171e97b2 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -33,7 +33,7 @@ <!-- END custom_fields --> <!-- EVENT ucp_pm_viewmessage_custom_fields_after --> - + <!-- EVENT ucp_pm_viewmessage_contact_fields_before --> <!-- IF .contact --> <dd class="profile-contact"> <strong>{L_CONTACT_USER}{L_COLON}</strong> @@ -59,6 +59,7 @@ </div> </dd> <!-- ENDIF --> + <!-- EVENT ucp_pm_viewmessage_contact_fields_after --> </dl> <div class="postbody"> |