diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-08-08 22:40:35 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-08 22:40:35 +0200 |
| commit | 8e80425c821d4ab2e3a40a0f2efb64b077563d3a (patch) | |
| tree | 28436ebda571180244231087925a02b82387a719 /phpBB/adm | |
| parent | b7e4d0b0a5e5264da3e65418d8e7ac2f92dc8cbc (diff) | |
| parent | 92703127d3201d3e54ce34e9ac21f058e9f4187d (diff) | |
| download | forums-8e80425c821d4ab2e3a40a0f2efb64b077563d3a.tar forums-8e80425c821d4ab2e3a40a0f2efb64b077563d3a.tar.gz forums-8e80425c821d4ab2e3a40a0f2efb64b077563d3a.tar.bz2 forums-8e80425c821d4ab2e3a40a0f2efb64b077563d3a.tar.xz forums-8e80425c821d4ab2e3a40a0f2efb64b077563d3a.zip | |
Merge pull request #3759 from Zoddo/ticket/14013
[ticket/14013] Add acp_forums_custom_settings event
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/style/acp_forums.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 756092a1f0..0d8b8ad583 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -343,6 +343,8 @@ <!-- EVENT acp_forums_rules_settings_append --> </fieldset> </div> + + <!-- EVENT acp_forums_custom_settings --> <fieldset class="submit-buttons"> <legend>{L_SUBMIT}</legend> |
