From 65997eb577ee6d9ea87f32e9bd87e6f9c775d5d0 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Wed, 23 Sep 2015 11:03:42 +0200 Subject: [PATCH] [ticket/14187] Add acp_styles_list_before event PHPBB3-14187 --- phpBB/adm/style/acp_styles.html | 1 + phpBB/docs/events.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index 92ceaebc08..64123808c6 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -87,6 +87,7 @@ + diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 2639871cae..60f4dc2312 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -190,6 +190,13 @@ acp_ranks_list_header_before * Purpose: Add content after the last header-column (but before the action column) in the ranks list in the ACP +acp_styles_list_before +=== +* Locations: + + adm/style/acp_styles.html +* Since: 3.1.7-RC1 +* Purpose: Add content before list of styles + acp_users_profile_before === * Locations: