[ticket/13603] Add index_body_stat_blocks_after event

PHPBB3-13603
This commit is contained in:
Jakub Senko 2017-01-23 14:19:23 +01:00
parent 2d742beb92
commit 9f2f541b4a
No known key found for this signature in database
GPG key ID: 6A7C328CD66EC21E
3 changed files with 12 additions and 0 deletions

View file

@ -693,6 +693,14 @@ forumlist_body_last_row_after
* Since: 3.1.0-b2 * Since: 3.1.0-b2
* Purpose: Add content after the very last row of the forum list. * Purpose: Add content after the very last row of the forum list.
index_body_birthday_block_before
===
* Locations:
+ styles/prosilver/template/index_body.html
+ styles/subsilver2/template/index_body.html
* Since: 3.1.11-RC1
* Purpose: Add new statistic blocks before the Birthday block
index_body_block_birthday_append index_body_block_birthday_append
=== ===
* Locations: * Locations:

View file

@ -47,6 +47,8 @@
</div> </div>
<!-- ENDIF --> <!-- ENDIF -->
<!-- EVENT index_body_birthday_block_before -->
<!-- IF S_DISPLAY_BIRTHDAY_LIST --> <!-- IF S_DISPLAY_BIRTHDAY_LIST -->
<div class="stat-block birthday-list"> <div class="stat-block birthday-list">
<h3>{L_BIRTHDAYS}</h3> <h3>{L_BIRTHDAYS}</h3>

View file

@ -66,6 +66,8 @@
</table> </table>
<!-- ENDIF --> <!-- ENDIF -->
<!-- EVENT index_body_birthday_block_before -->
<!-- IF S_DISPLAY_BIRTHDAY_LIST --> <!-- IF S_DISPLAY_BIRTHDAY_LIST -->
<br clear="all" /> <br clear="all" />