1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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

@@ -667,6 +667,22 @@ viewtopic_print_head_append
* Since: 3.1.0-a1
* Purpose: Add asset calls directly before the `</head>` tag of the Print Topic screen
viewtopic_body_contact_fields_after
===
* Locations:
+ styles/prosilver/template/viewtopic_body.html
* Since: 3.1.0-b3
* Purpose: Add data after the contact fields on the user profile when viewing
a post
viewtopic_body_contact_fields_before
===
* Locations:
+ styles/prosilver/template/viewtopic_body.html
* Since: 3.1.0-b3
* Purpose: Add data before the contact fields on the user profile when viewing
a post
viewtopic_body_footer_before
===
* Locations: