diff options
author | David King <imkingdavid@gmail.com> | 2012-12-20 15:03:45 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-20 15:03:45 -0500 |
commit | 00c61f9060de5665a9ef09b88701ad21b94ce51c (patch) | |
tree | 8167a7d909626145527f1fb092db900c6839ff4e /phpBB/docs/events.md | |
parent | c7618ff669f31945948358ff8fb6277b6b950c27 (diff) | |
download | forums-00c61f9060de5665a9ef09b88701ad21b94ce51c.tar forums-00c61f9060de5665a9ef09b88701ad21b94ce51c.tar.gz forums-00c61f9060de5665a9ef09b88701ad21b94ce51c.tar.bz2 forums-00c61f9060de5665a9ef09b88701ad21b94ce51c.tar.xz forums-00c61f9060de5665a9ef09b88701ad21b94ce51c.zip |
[feature/events] Fix improperly named event in documentation
PHPBB3-9550
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 2e757d9aca..f0b3b81822 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -38,9 +38,11 @@ acp_users_overview_options_append * Location: adm/style/acp_users.html * Purpose: Add options and settings on user overview page -forumlist_body_last_post_prepend +forumlist_body_last_post_title_prepend ==== -* Location: styles/prosilver/template/forumlist_body.html +* Locations: + + styles/prosilver/template/forumlist_body.html + + styles/subsilver2/template/forumlist_body.html * Purpose: Add content before the post title of the latest post in a forum on the forum list. index_body_stat_blocks_before |