From b13f64b5a984c4f4848f1461c6675467df07f9be Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 14 Dec 2013 12:59:52 -0800 Subject: [PATCH] [ticket/12054] Re-word event documentation PHPBB3-12054 --- phpBB/docs/events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index a92d83f58d..d117a8b9f8 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -60,7 +60,7 @@ index_body_linklist_after + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html * Since: 3.1.0-a3 -* Purpose: Add content after the linklist at the top of the forum index (index page only) +* Purpose: Add content after the linklist above the forum list on Board index index_body_linklist_before === @@ -68,7 +68,7 @@ index_body_linklist_before + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html * Since: 3.1.0-a3 -* Purpose: Add content before the linklist at the top of the forum index (index page only) +* Purpose: Add content before the linklist above the forum list on Board index index_body_stat_blocks_before ===