mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 10:48:59 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12328] Change "since" to B3 [ticket/12328] Add Template Event index_body_stat_blocks_after
This commit is contained in:
commit
7b64c6b3a6
3 changed files with 12 additions and 0 deletions
|
@ -154,6 +154,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-b3
|
||||
* 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…
Add table
Reference in a new issue