1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-19 07:00:14 +01:00

Merge pull request #4672 from senky/ticket/13603

[ticket/13603] Add index_body_stat_blocks_after event
This commit is contained in:
Marc Alexander 2017-04-26 19:52:35 -04:00
commit 994c1d79b1
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
3 changed files with 12 additions and 0 deletions

View File

@ -711,6 +711,14 @@ forumlist_body_last_row_after
* Since: 3.1.0-b2
* 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
===
* Locations:

View File

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

View File

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