diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-02-27 22:08:51 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-02-27 22:08:51 +0100 |
commit | a7b1b7192164c11262900267220860d7488657f6 (patch) | |
tree | 02387382c166cdfb506aea7d0bd5d4e67548d98e /phpBB/docs | |
parent | e15b9dc7828de8644775709155c157a71bddb832 (diff) | |
parent | 8c73f635291d752737793f9c514bb59802dad104 (diff) | |
download | forums-a7b1b7192164c11262900267220860d7488657f6.tar forums-a7b1b7192164c11262900267220860d7488657f6.tar.gz forums-a7b1b7192164c11262900267220860d7488657f6.tar.bz2 forums-a7b1b7192164c11262900267220860d7488657f6.tar.xz forums-a7b1b7192164c11262900267220860d7488657f6.zip |
Merge pull request #3451 from RMcGirr83/ticket/13510
[ticket/13510] Add template even viewtopic_body_pagination_after
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 08b9d2cd18..2926598aec 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1435,6 +1435,14 @@ viewtopic_print_head_append * Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `</head>` tag of the Print Topic screen +viewtopic_body_pagination_top_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.4-RC1 +* Purpose: Add content after the pagination at top + viewtopic_body_avatar_after === * Locations: |