mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge branch '3.1.x'
Conflicts: phpBB/styles/subsilver2/template/viewtopic_body.html
This commit is contained in:
commit
5d6f86800f
2 changed files with 8 additions and 1 deletions
|
@ -1301,6 +1301,13 @@ viewtopic_print_head_append
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
* Purpose: Add asset calls directly before the `</head>` tag of the Print Topic screen
|
* Purpose: Add asset calls directly before the `</head>` tag of the Print Topic screen
|
||||||
|
|
||||||
|
viewtopic_body_pagination_top_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewtopic_body.html
|
||||||
|
* Since: 3.1.4-RC1
|
||||||
|
* Purpose: Add content after the pagination at top
|
||||||
|
|
||||||
viewtopic_body_avatar_after
|
viewtopic_body_avatar_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<!-- EVENT viewtopic_body_pagination_top_after -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- IF S_HAS_POLL -->
|
<!-- IF S_HAS_POLL -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue