diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-12 11:23:10 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-12 11:23:10 +0200 |
commit | 8c3aa1458c8d423833abe219acf04685e09d2189 (patch) | |
tree | b42732dc86f38badd8b5caaf4e1064bcc34a206a /phpBB/adm | |
parent | d9a4146113865408bccd72194baaf3636e47f2d0 (diff) | |
parent | 65997eb577ee6d9ea87f32e9bd87e6f9c775d5d0 (diff) | |
download | forums-8c3aa1458c8d423833abe219acf04685e09d2189.tar forums-8c3aa1458c8d423833abe219acf04685e09d2189.tar.gz forums-8c3aa1458c8d423833abe219acf04685e09d2189.tar.bz2 forums-8c3aa1458c8d423833abe219acf04685e09d2189.tar.xz forums-8c3aa1458c8d423833abe219acf04685e09d2189.zip |
Merge pull request #3921 from Senky/ticket/14187
[ticket/14187] Add acp_styles_list_before event
* Senky/ticket/14187:
[ticket/14187] Add acp_styles_list_before event
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index 572486e877..a36d15fe73 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -87,6 +87,7 @@ <!-- ENDIF --> <!-- IF .styles_list --> + <!-- EVENT acp_styles_list_before --> <table class="table1 styles"> <thead> <tr> |