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 * 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" />