aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-12-16 10:08:19 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-12-16 10:08:19 +0100
commit8da2f349fe39a46fcd70e59ff087071927edbc34 (patch)
tree09364a69f0b2adb2da32d9e777b6ad1796d3fa9a /phpBB/docs
parenta999dbad747f45605bbd74264c235e0b39b5af63 (diff)
parentb13f64b5a984c4f4848f1461c6675467df07f9be (diff)
downloadforums-8da2f349fe39a46fcd70e59ff087071927edbc34.tar
forums-8da2f349fe39a46fcd70e59ff087071927edbc34.tar.gz
forums-8da2f349fe39a46fcd70e59ff087071927edbc34.tar.bz2
forums-8da2f349fe39a46fcd70e59ff087071927edbc34.tar.xz
forums-8da2f349fe39a46fcd70e59ff087071927edbc34.zip
Merge remote-tracking branch 'vsephpbb/ticket/12054' into develop
* vsephpbb/ticket/12054: [ticket/12054] Re-word event documentation [ticket/12054] Reword descriptions and resort events alphabetically [ticket/12054] Update index_body_linklist_before/after template events
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 0130362131..65dd6c3899 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_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)
+* Purpose: Add content after the linklist above the forum list on Board index
+
+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 before the linklist above the forum list on Board index
index_body_stat_blocks_before
===