mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/12308] Template Event forumlist_body_last_row_after
PHPBB3-12308
This commit is contained in:
parent
1e0af0d252
commit
e8b43a1bb8
3 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue