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 | 93b88393f6c9c942486beba5a73f0cac1f6f29f0 (patch) | |
tree | 4fa45aa9945d996cceb5cc6dd8aa44a00b788c05 /phpBB/adm/style | |
parent | 16e731d735f1e5f9325c9ece4cbb56d6484b4d02 (diff) | |
parent | 8c3aa1458c8d423833abe219acf04685e09d2189 (diff) | |
download | forums-93b88393f6c9c942486beba5a73f0cac1f6f29f0.tar forums-93b88393f6c9c942486beba5a73f0cac1f6f29f0.tar.gz forums-93b88393f6c9c942486beba5a73f0cac1f6f29f0.tar.bz2 forums-93b88393f6c9c942486beba5a73f0cac1f6f29f0.tar.xz forums-93b88393f6c9c942486beba5a73f0cac1f6f29f0.zip |
Merge branch '3.1.x'
* 3.1.x:
[ticket/14187] Add acp_styles_list_before event
Diffstat (limited to 'phpBB/adm/style')
-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> |