diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-29 12:50:40 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-29 12:50:40 +0100 |
| commit | 3ac8b8b40db341658c92a4b3aa2860bb0c4846e4 (patch) | |
| tree | 2e43e300ed0def74ab91419f003946c6dbc0a3d6 /phpBB/docs | |
| parent | 1e0af0d252fc8675961411dff1adbabf4475c399 (diff) | |
| parent | e8b43a1bb81c00167c38a0a6c11eab41eb0f4906 (diff) | |
| download | forums-3ac8b8b40db341658c92a4b3aa2860bb0c4846e4.tar forums-3ac8b8b40db341658c92a4b3aa2860bb0c4846e4.tar.gz forums-3ac8b8b40db341658c92a4b3aa2860bb0c4846e4.tar.bz2 forums-3ac8b8b40db341658c92a4b3aa2860bb0c4846e4.tar.xz forums-3ac8b8b40db341658c92a4b3aa2860bb0c4846e4.zip | |
Merge branch 'ticket/paybas/12308' into develop-ascraeus
* ticket/paybas/12308:
[ticket/12308] Template Event forumlist_body_last_row_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 8d8854d689..d2e57cf152 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -118,6 +118,14 @@ forumlist_body_subforums_before * Since: 3.1.0-a4 * Purpose: Add content before the list of subforums (if any) for each forum on the forum list. +forumlist_body_last_row_after +==== +* Locations: + + styles/prosilver/template/forumlist_body.html + + styles/subsilver2/template/forumlist_body.html +* Since: 3.1.0-b2 +* Purpose: Add content after the very last row of the forum list. + index_body_linklist_after === * Locations: |
