diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-01 14:45:36 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-01 14:45:36 +0200 |
commit | 00a3eabc59c8ff7175d849807135be0b91ab5812 (patch) | |
tree | 504b37502f17c5cbf232661c7a88b09fc7a76bd8 /phpBB | |
parent | e9eb456f1ad5be6880566a05d13e98cafda2badb (diff) | |
parent | a87e576d1ef26e438c7c5cbc3a3b4358852e6d17 (diff) | |
download | forums-00a3eabc59c8ff7175d849807135be0b91ab5812.tar forums-00a3eabc59c8ff7175d849807135be0b91ab5812.tar.gz forums-00a3eabc59c8ff7175d849807135be0b91ab5812.tar.bz2 forums-00a3eabc59c8ff7175d849807135be0b91ab5812.tar.xz forums-00a3eabc59c8ff7175d849807135be0b91ab5812.zip |
Merge remote-tracking branch 'paybas/ticket/12328' into develop-ascraeus
* paybas/ticket/12328:
[ticket/12328] Change "since" to B3
[ticket/12328] Add Template Event index_body_stat_blocks_after
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/events.md | 8 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/index_body.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/index_body.html | 2 |
3 files changed, 12 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 57c152c242..df7564be3c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -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: diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 50c7640e62..d0e3d120e9 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -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 --> diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index 55a62fcf18..e55e3c4c8b 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.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" /> |