mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12308] Template Event forumlist_body_last_row_after
PHPBB3-12308
This commit is contained in:
@@ -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:
|
||||
|
@@ -88,6 +88,7 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- EVENT forumlist_body_last_row_after -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- BEGINELSE -->
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user