diff options
author | Matt Friedman <maf675@gmail.com> | 2013-12-03 17:20:32 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-12-03 17:20:32 -0800 |
commit | 186f3ecb7e8747f09facd96f47a89faa003d25a3 (patch) | |
tree | ea4d4a89f19e8d2ec205070ebc1ac07e7216180a /phpBB/docs | |
parent | 8a6d01591bfb07e3ffb17572609cb5a507c7fa7a (diff) | |
download | forums-186f3ecb7e8747f09facd96f47a89faa003d25a3.tar forums-186f3ecb7e8747f09facd96f47a89faa003d25a3.tar.gz forums-186f3ecb7e8747f09facd96f47a89faa003d25a3.tar.bz2 forums-186f3ecb7e8747f09facd96f47a89faa003d25a3.tar.xz forums-186f3ecb7e8747f09facd96f47a89faa003d25a3.zip |
[ticket/12054] Update index_body_linklist_before/after template events
PHPBB3-12054
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 288ebb933e..1468e86bc3 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -54,13 +54,21 @@ forumlist_body_last_post_title_prepend * Since: 3.1.0-a1 * Purpose: Add content before the post title of the latest post in a forum on the forum list. -index_body_forumlist_before +index_body_linklist_before === * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html * Since: 3.1.0-a3 -* Purpose: Add content above the forums list (on forum index only) +* Purpose: Add content above the forums list (on forum index only, before linklist) + +index_body_linklist_after +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-a3 +* Purpose: Add content above the forums list (on forum index only, after linklist) index_body_stat_blocks_before === |