diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-05-14 15:56:05 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-05-14 15:56:05 +0200 |
commit | d004a1c6b8e6eb846db711db1aff62b9259bbec6 (patch) | |
tree | 4db59cb0618cb296a06ffd93c3e33e2e447c042f /phpBB/docs | |
parent | 4527789e5054db42d7117caebebe45a591246ec5 (diff) | |
parent | c2b46360082218687fb6b61987b84db8239d30ac (diff) | |
download | forums-d004a1c6b8e6eb846db711db1aff62b9259bbec6.tar forums-d004a1c6b8e6eb846db711db1aff62b9259bbec6.tar.gz forums-d004a1c6b8e6eb846db711db1aff62b9259bbec6.tar.bz2 forums-d004a1c6b8e6eb846db711db1aff62b9259bbec6.tar.xz forums-d004a1c6b8e6eb846db711db1aff62b9259bbec6.zip |
Merge pull request #3540 from RMcGirr83/ticket/13699
[ticket/13699] Add event before and after forum title in viewforum
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c4bfaebb1b..67ac52f997 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1523,6 +1523,22 @@ viewforum_forum_name_prepend * Since: 3.1.0-b3 * Purpose: Add content directly before the forum name link on the View forum screen +viewforum_forum_title_after +=== +* Locations: + + styles/prosilver/template/viewforum_body.html + + styles/subsilver2/template/viewforum_body.html +* Since: 3.1.5-RC1 +* Purpose: Add content directly after the forum title on the View forum screen + +viewforum_forum_title_before +=== +* Locations: + + styles/prosilver/template/viewforum_body.html + + styles/subsilver2/template/viewforum_body.html +* Since: 3.1.5-RC1 +* Purpose: Add content directly before the forum title on the View forum screen + viewtopic_print_head_append === * Locations: |