aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_groups.php
diff options
context:
space:
mode:
authorlucifer4o <lucifer@anavaro.com>2014-02-13 13:10:00 +0200
committerStanislav Atanasov <lucifer@anavaro.com>2014-02-13 14:51:53 +0200
commit89007db5050799927c54ab7bd5407c4e172d2760 (patch)
tree1ff0d95036b48f93d4822d868b47bbf1e436dfe4 /phpBB/includes/ucp/ucp_groups.php
parent13e7bd76a5f5849d839d37438f5fc15229835c79 (diff)
downloadforums-89007db5050799927c54ab7bd5407c4e172d2760.tar
forums-89007db5050799927c54ab7bd5407c4e172d2760.tar.gz
forums-89007db5050799927c54ab7bd5407c4e172d2760.tar.bz2
forums-89007db5050799927c54ab7bd5407c4e172d2760.tar.xz
forums-89007db5050799927c54ab7bd5407c4e172d2760.zip
[ticket/12177] Add ucp_friend_list_before/after
Add events before and after list of friends in UCP template PHPBB3-12177
Diffstat (limited to 'phpBB/includes/ucp/ucp_groups.php')
0 files changed, 0 insertions, 0 deletions
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_profile_profile_info.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_profile_profile_info.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
index c0bf681f47..986bc92298 100644
--- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
+++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
@@ -20,10 +20,12 @@
</dd>
</dl>
<!-- ENDIF -->
+ <!-- IF S_JABBER_ENABLED -->
<dl>
<dt><label for="jabber">{L_UCP_JABBER}{L_COLON}</label></dt>
<dd><input type="email" name="jabber" id="jabber" maxlength="255" value="{JABBER}" class="inputbox" /></dd>
</dl>
+ <!-- ENDIF -->
<!-- BEGIN profile_fields -->
<dl>
<dt><label<!-- IF profile_fields.FIELD_ID --> for="{profile_fields.FIELD_ID}"<!-- ENDIF -->>{profile_fields.LANG_NAME}{L_COLON}<!-- IF profile_fields.S_REQUIRED --> *<!-- ENDIF --></label>