diff options
author | PayBas <contact@paybas.com> | 2014-06-24 23:00:04 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-25 14:19:06 +0200 |
commit | 020218fcea262461f138fdaa5e40cab08d267ad3 (patch) | |
tree | 5d1e47cc9c36d903006e00dc70865926cd916810 /phpBB/docs | |
parent | 23caeb77122a25ef8ec10099733852c0abf812be (diff) | |
download | forums-020218fcea262461f138fdaa5e40cab08d267ad3.tar forums-020218fcea262461f138fdaa5e40cab08d267ad3.tar.gz forums-020218fcea262461f138fdaa5e40cab08d267ad3.tar.bz2 forums-020218fcea262461f138fdaa5e40cab08d267ad3.tar.xz forums-020218fcea262461f138fdaa5e40cab08d267ad3.zip |
[ticket/12662] Remove linklist container and update template events
PHPBB3-12662
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 5a4d9dc341..58c761fe02 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -246,21 +246,21 @@ index_body_block_stats_prepend * Since: 3.1.0-b3 * Purpose: Prepend content to the statistics list on the Board index -index_body_linklist_after +index_body_markforums_after === * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html -* Since: 3.1.0-a3 -* Purpose: Add content after the linklist above the forum list on Board index +* Since: 3.1.0-b5 +* Purpose: Add content after the mark-read link above the forum list on Board index -index_body_linklist_before +index_body_markforums_before === * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html -* Since: 3.1.0-a3 -* Purpose: Add content before the linklist above the forum list on Board index +* Since: 3.1.0-b5 +* Purpose: Add content before the mark-read link above the forum list on Board index index_body_stat_blocks_after === |