From e8b43a1bb81c00167c38a0a6c11eab41eb0f4906 Mon Sep 17 00:00:00 2001 From: PayBas Date: Sat, 29 Mar 2014 11:14:40 +0100 Subject: [ticket/12308] Template Event forumlist_body_last_row_after PHPBB3-12308 --- phpBB/docs/events.md | 8 ++++++++ phpBB/styles/prosilver/template/forumlist_body.html | 1 + phpBB/styles/subsilver2/template/forumlist_body.html | 1 + 3 files changed, 10 insertions(+) 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: diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index 363d87fa8f..0dd47bea9e 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -88,6 +88,7 @@ + diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html index 63d8aba9bb..0d522a6959 100644 --- a/phpBB/styles/subsilver2/template/forumlist_body.html +++ b/phpBB/styles/subsilver2/template/forumlist_body.html @@ -85,6 +85,7 @@ +

{L_NO_FORUMS}

-- cgit v1.2.1