mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Merge pull request #2270 from PayBas/ticket/12374
[ticket/12374] Add Template events index_body_block_(name)_append * PayBas/ticket/12374: [ticket/12374] Fixed alphabetical sorting [ticket/12374] Added prepend-versions of events [ticket/12374] Updated code layout [ticket/12374] Add Template events index_body_block_(name)_append
This commit is contained in:
@@ -186,6 +186,54 @@ forumlist_body_last_row_after
|
||||
* Since: 3.1.0-b2
|
||||
* Purpose: Add content after the very last row of the forum list.
|
||||
|
||||
index_body_block_birthday_append
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/index_body.html
|
||||
+ styles/subsilver2/template/index_body.html
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Append content to the birthday list on the Board index
|
||||
|
||||
index_body_block_birthday_prepend
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/index_body.html
|
||||
+ styles/subsilver2/template/index_body.html
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Prepend content to the birthday list on the Board index
|
||||
|
||||
index_body_block_online_append
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/index_body.html
|
||||
+ styles/subsilver2/template/index_body.html
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Append content to the online list on the Board index
|
||||
|
||||
index_body_block_online_prepend
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/index_body.html
|
||||
+ styles/subsilver2/template/index_body.html
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Prepend content to the online list on the Board index
|
||||
|
||||
index_body_block_stats_append
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/index_body.html
|
||||
+ styles/subsilver2/template/index_body.html
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Append content to the statistics list on the Board index
|
||||
|
||||
index_body_block_stats_prepend
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/index_body.html
|
||||
+ styles/subsilver2/template/index_body.html
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Prepend content to the statistics list on the Board index
|
||||
|
||||
index_body_linklist_after
|
||||
===
|
||||
* Locations:
|
||||
|
Reference in New Issue
Block a user