diff options
author | Matt Friedman <maf675@gmail.com> | 2016-09-14 10:37:27 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2016-09-14 10:37:27 -0700 |
commit | 5503c09cd5301a64da0ad9d40f6a4fa11967e931 (patch) | |
tree | b3c07e2fcbc2688577bafa95ffe58121ae6b83ee /phpBB/adm | |
parent | 65921a78915e0c9bf494e8c780681522644abf7d (diff) | |
download | forums-5503c09cd5301a64da0ad9d40f6a4fa11967e931.tar forums-5503c09cd5301a64da0ad9d40f6a4fa11967e931.tar.gz forums-5503c09cd5301a64da0ad9d40f6a4fa11967e931.tar.bz2 forums-5503c09cd5301a64da0ad9d40f6a4fa11967e931.tar.xz forums-5503c09cd5301a64da0ad9d40f6a4fa11967e931.zip |
[ticket/14783] Add template event before custom BBCodes in ACP
PHPBB3-14783
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_posting_buttons.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_posting_buttons.html b/phpBB/adm/style/acp_posting_buttons.html index 70b6259689..c3c42f8e82 100644 --- a/phpBB/adm/style/acp_posting_buttons.html +++ b/phpBB/adm/style/acp_posting_buttons.html @@ -63,6 +63,7 @@ <!-- ENDIF --> <!-- ENDIF --> </select> + <!-- EVENT acp_posting_buttons_custom_tags_before --> <!-- BEGIN custom_tags --> <input type="button" class="button2" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" /> <!-- END custom_tags --> |