mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13603] Add index_body_stat_blocks_after event
PHPBB3-13603
This commit is contained in:
parent
2d742beb92
commit
9f2f541b4a
3 changed files with 12 additions and 0 deletions
|
@ -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:
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue