diff options
author | Daniel Sinn <daniel.p.sinn@gmail.com> | 2017-11-30 15:40:18 -0500 |
---|---|---|
committer | Daniel Sinn <daniel.p.sinn@gmail.com> | 2017-11-30 15:40:18 -0500 |
commit | 5b22ccfa762a1934a8a2c326adf50a4e1c0ded44 (patch) | |
tree | 28261f41374121a5a51c81e894501526206efaa2 /phpBB/adm/style/acp_prune_forums.html | |
parent | b66b497429dfb1cc7a2ea56a022faf96c33d86dd (diff) | |
download | forums-5b22ccfa762a1934a8a2c326adf50a4e1c0ded44.tar forums-5b22ccfa762a1934a8a2c326adf50a4e1c0ded44.tar.gz forums-5b22ccfa762a1934a8a2c326adf50a4e1c0ded44.tar.bz2 forums-5b22ccfa762a1934a8a2c326adf50a4e1c0ded44.tar.xz forums-5b22ccfa762a1934a8a2c326adf50a4e1c0ded44.zip |
[ticket/15471] Add core events to ACP when pruning a forum
PHPBB3-15471
Diffstat (limited to 'phpBB/adm/style/acp_prune_forums.html')
-rw-r--r-- | phpBB/adm/style/acp_prune_forums.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_prune_forums.html b/phpBB/adm/style/acp_prune_forums.html index b8c681ea00..ef3880e851 100644 --- a/phpBB/adm/style/acp_prune_forums.html +++ b/phpBB/adm/style/acp_prune_forums.html @@ -94,7 +94,9 @@ <dd><label><input type="radio" class="radio" name="prune_sticky" value="1" /> {L_YES}</label> <label><input type="radio" class="radio" id="sticky" name="prune_sticky" value="0" checked="checked" /> {L_NO}</label></dd> </dl> - + + <!-- EVENT acp_prune_forums_settings_append --> + <p class="quick"> {S_HIDDEN_FIELDS} {S_FORM_TOKEN} |