mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 22:58:10 +01:00
[ticket/12328] Add Template Event index_body_stat_blocks_after
PHPBB3-12328
This commit is contained in:
parent
5e688f9540
commit
b7c77952a4
@ -134,6 +134,14 @@ index_body_linklist_before
|
||||
* Since: 3.1.0-a3
|
||||
* Purpose: Add content before the linklist above the forum list on Board index
|
||||
|
||||
index_body_stat_blocks_after
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/index_body.html
|
||||
+ styles/subsilver2/template/index_body.html
|
||||
* Since: 3.1.0-b2
|
||||
* Purpose: Add new statistic blocks below the Who Is Online and Board Statistics blocks
|
||||
|
||||
index_body_stat_blocks_before
|
||||
===
|
||||
* Locations:
|
||||
|
@ -61,4 +61,6 @@
|
||||
<p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- EVENT index_body_stat_blocks_after -->
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@ -73,6 +73,8 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- EVENT index_body_stat_blocks_after -->
|
||||
|
||||
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
|
||||
<br clear="all" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user