1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-27 02:05:02 +02:00

[ticket/11747] Use _prepend and _append for template events

PHPBB3-11747
This commit is contained in:
Matt Friedman
2013-07-26 22:25:27 -07:00
parent 442b2a292e
commit dacca5657a
7 changed files with 24 additions and 24 deletions

View File

@@ -8,7 +8,7 @@
<fieldset>
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
<!-- EVENT ucp_prefs_post_before -->
<!-- EVENT ucp_prefs_post_prepend -->
<dl>
<dt><label for="bbcode1">{L_DEFAULT_BBCODE}{L_COLON}</label></dt>
<dd>
@@ -37,7 +37,7 @@
<label for="notify0"><input type="radio" name="notify" id="notify0" value="0"<!-- IF not S_NOTIFY --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
</dd>
</dl>
<!-- EVENT ucp_prefs_post_after -->
<!-- EVENT ucp_prefs_post_append -->
</fieldset>
</div>