[ticket/12308] Template Event forumlist_body_last_row_after

PHPBB3-12308
This commit is contained in:
PayBas 2014-03-29 11:14:40 +01:00 committed by Joas Schilling
parent 1e0af0d252
commit e8b43a1bb8
3 changed files with 10 additions and 0 deletions

View file

@ -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:

View file

@ -88,6 +88,7 @@
</div>
</div>
<!-- EVENT forumlist_body_last_row_after -->
<!-- ENDIF -->
<!-- BEGINELSE -->

View file

@ -85,6 +85,7 @@
</td>
</tr>
<!-- ENDIF -->
<!-- EVENT forumlist_body_last_row_after -->
<!-- BEGINELSE -->
<tr>
<td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>