diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-20 15:51:08 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-24 16:51:38 +0200 |
commit | 23dbddc59d864a71d99b1fd024533cb24ffff626 (patch) | |
tree | 2c66e14995e18e3101da2c15e4595538c58846ad | |
parent | c7dcc6d7007d1500fc5007b2b33916e9f20f137b (diff) | |
download | forums-23dbddc59d864a71d99b1fd024533cb24ffff626.tar forums-23dbddc59d864a71d99b1fd024533cb24ffff626.tar.gz forums-23dbddc59d864a71d99b1fd024533cb24ffff626.tar.bz2 forums-23dbddc59d864a71d99b1fd024533cb24ffff626.tar.xz forums-23dbddc59d864a71d99b1fd024533cb24ffff626.zip |
[ticket/12273] Fix some locations of existing events
PHPBB3-12273
-rw-r--r-- | phpBB/docs/events.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 514b39fee2..db73989616 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -66,13 +66,13 @@ acp_simple_header_body_before acp_simple_header_head_append === -* Location: adm/style/overall_header.html +* Location: adm/style/simple_header.html * Since: 3.1.0-a1 * Purpose: Add assets within the `<head>` tags in the simple header of the ACP acp_users_overview_options_append === -* Location: adm/style/acp_users.html +* Location: adm/style/acp_users_overview.html * Since: 3.1.0-a1 * Purpose: Add options and settings on user overview page |