diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-05-30 19:05:44 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-05-30 19:05:44 +0200 |
commit | 635f73bc0659f5be64f98a137da8bec05f198365 (patch) | |
tree | e91f8585fd2fe6fd8f6034f272223d48aeb1dc65 /phpBB/adm | |
parent | 3f58b5f9abcd112e11f823968ab6cd90b07956bd (diff) | |
parent | 376e85c1d66c7223027afcdbfccf5c9e985cca73 (diff) | |
download | forums-635f73bc0659f5be64f98a137da8bec05f198365.tar forums-635f73bc0659f5be64f98a137da8bec05f198365.tar.gz forums-635f73bc0659f5be64f98a137da8bec05f198365.tar.bz2 forums-635f73bc0659f5be64f98a137da8bec05f198365.tar.xz forums-635f73bc0659f5be64f98a137da8bec05f198365.zip |
Merge pull request #4690 from javiexin/ticket/15081
[ticket/15081] Add acp_ext_details_notice template event
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_ext_details.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index 465a89e17a..bd9eca623a 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -21,6 +21,7 @@ <p>{VERSIONCHECK_FAIL_REASON}</p> </div> <!-- ENDIF --> +<!-- EVENT acp_ext_details_notice --> <fieldset> <legend>{L_EXT_DETAILS}</legend> |