1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12478] Add contact field events to viewtopic_body.html.

PHPBB3-12478
This commit is contained in:
Cesar G
2014-05-02 12:50:59 -07:00
parent f34af2669d
commit 9431a018cb
2 changed files with 18 additions and 0 deletions

View File

@@ -143,6 +143,7 @@
<!-- END custom_fields -->
<!-- EVENT viewtopic_body_postrow_custom_fields_after -->
<!-- EVENT viewtopic_body_contact_fields_before -->
<!-- IF not S_IS_BOT and .postrow.contact -->
<dd class="profile-contact">
<strong>{L_CONTACT_USER}{L_COLON}</strong>
@@ -169,6 +170,7 @@
</div>
</dd>
<!-- ENDIF -->
<!-- EVENT viewtopic_body_contact_fields_after -->
</dl>