mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 18:58:53 +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
|
* Since: 3.1.0-a3
|
||||||
* Purpose: Add content before the linklist above the forum list on Board index
|
* 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
|
index_body_stat_blocks_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -61,4 +61,6 @@
|
||||||
<p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p>
|
<p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT index_body_stat_blocks_after -->
|
||||||
|
|
||||||
<!-- INCLUDE overall_footer.html -->
|
<!-- INCLUDE overall_footer.html -->
|
||||||
|
|
|
@ -73,6 +73,8 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<!-- EVENT index_body_stat_blocks_after -->
|
||||||
|
|
||||||
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
|
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
|
||||||
<br clear="all" />
|
<br clear="all" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue