mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12014] Template Event index_body.html before forumlist
Add content above the forums list (on forum index only) PHPBB3-12014
This commit is contained in:
parent
592c8b7566
commit
e74f1c1790
3 changed files with 12 additions and 0 deletions
|
@ -54,6 +54,14 @@ forumlist_body_last_post_title_prepend
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
* Purpose: Add content before the post title of the latest post in a forum on the forum list.
|
* Purpose: Add content before the post title of the latest post in a forum on the forum list.
|
||||||
|
|
||||||
|
index_body_forumlist_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/index_body.html
|
||||||
|
+ styles/subsilver2/template/index_body.html
|
||||||
|
* Since: 3.1.0-a1
|
||||||
|
* Purpose: Add content above the forums list (on forum index only)
|
||||||
|
|
||||||
index_body_stat_blocks_before
|
index_body_stat_blocks_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
</ul>
|
</ul>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT index_body_forumlist_before -->
|
||||||
|
|
||||||
<!-- INCLUDE forumlist_body.html -->
|
<!-- INCLUDE forumlist_body.html -->
|
||||||
|
|
||||||
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
|
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
<br clear="all" /><br />
|
<br clear="all" /><br />
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT index_body_forumlist_before -->
|
||||||
|
|
||||||
<!-- INCLUDE forumlist_body.html -->
|
<!-- INCLUDE forumlist_body.html -->
|
||||||
|
|
||||||
<!-- IF not S_IS_BOT or U_TEAM -->
|
<!-- IF not S_IS_BOT or U_TEAM -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue