mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 23:41:29 +02:00
[ticket/13628] Allow ability for extension to add entries to user's profile
PHPBB3-13628
This commit is contained in:
committed by
Marc Alexander
parent
13948718c6
commit
153d1691ae
@@ -10,6 +10,7 @@
|
||||
|
||||
<fieldset>
|
||||
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
|
||||
<!-- EVENT ucp_profile_profile_info_before -->
|
||||
<!-- IF S_BIRTHDAYS_ENABLED -->
|
||||
<dl>
|
||||
<dt><label for="bday_day">{L_BIRTHDAY}{L_COLON}</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt>
|
||||
@@ -34,6 +35,7 @@
|
||||
<dd>{profile_fields.FIELD}</dd>
|
||||
</dl>
|
||||
<!-- END profile_fields -->
|
||||
<!-- EVENT ucp_profile_profile_info_after -->
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user