aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_prefs_post.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-07-26 22:25:27 -0700
committerMatt Friedman <maf675@gmail.com>2013-07-26 22:25:27 -0700
commitdacca5657a59fe1e69f5609cf9112e8e2cdac369 (patch)
treeea2b0ade47bfe171a2bbedac0ed28ec0137910c6 /phpBB/styles/prosilver/template/ucp_prefs_post.html
parent442b2a292e2b761b58f2ba88fd5922d0090ec4a5 (diff)
downloadforums-dacca5657a59fe1e69f5609cf9112e8e2cdac369.tar
forums-dacca5657a59fe1e69f5609cf9112e8e2cdac369.tar.gz
forums-dacca5657a59fe1e69f5609cf9112e8e2cdac369.tar.bz2
forums-dacca5657a59fe1e69f5609cf9112e8e2cdac369.tar.xz
forums-dacca5657a59fe1e69f5609cf9112e8e2cdac369.zip
[ticket/11747] Use _prepend and _append for template events
PHPBB3-11747
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_prefs_post.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_prefs_post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_prefs_post.html b/phpBB/styles/prosilver/template/ucp_prefs_post.html
index 2b8fea832a..891e49af6f 100644
--- a/phpBB/styles/prosilver/template/ucp_prefs_post.html
+++ b/phpBB/styles/prosilver/template/ucp_prefs_post.html
@@ -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>