aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-06-16 20:18:46 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-06-16 20:18:46 +0200
commit1c4f49249ffe8457914372b08b15056ad5d38085 (patch)
treec35a28023aba4599cfa9f7489bcbed92076cbcce /phpBB/adm
parent65c6bae91de0800aa9393b4d5d1a34f3f5e5de20 (diff)
parentecdc05a13ec84020d169bdf03725bbc58815afc8 (diff)
downloadforums-1c4f49249ffe8457914372b08b15056ad5d38085.tar
forums-1c4f49249ffe8457914372b08b15056ad5d38085.tar.gz
forums-1c4f49249ffe8457914372b08b15056ad5d38085.tar.bz2
forums-1c4f49249ffe8457914372b08b15056ad5d38085.tar.xz
forums-1c4f49249ffe8457914372b08b15056ad5d38085.zip
Merge pull request #4845 from javiexin/ticket/15241
[ticket/15241] Add ACP template event acp_profile_contact_last
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_profile.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html
index cebd2e9632..bd3935b464 100644
--- a/phpBB/adm/style/acp_profile.html
+++ b/phpBB/adm/style/acp_profile.html
@@ -85,6 +85,7 @@
<dd><input type="checkbox" class="radio" id="field_is_contact" name="field_is_contact" value="1"<!-- IF S_FIELD_CONTACT --> checked="checked"<!-- ENDIF --> /></dd>
<dd><input class="text medium" type="text" name="field_contact_desc" id="field_contact_desc" value="{FIELD_CONTACT_DESC}" /> <label for="field_contact_desc">{L_FIELD_CONTACT_DESC}</label></dd>
<dd><input class="text medium" type="text" name="field_contact_url" id="field_contact_url" value="{FIELD_CONTACT_URL}" /> <label for="field_contact_url">{L_FIELD_CONTACT_URL}</label></dd>
+ <!-- EVENT acp_profile_contact_last -->
</dl>
</fieldset>