mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
Merge pull request #1311 from VSEphpbb/ticket/11461
[ticket/11461] - Template Event added to bottom of view topic pages
This commit is contained in:
commit
8ae2ea68a6
3 changed files with 11 additions and 0 deletions
|
@ -124,6 +124,15 @@ viewtopic_print_head_append
|
||||||
* Location: styles/prosilver/template/viewtopic_print.html
|
* Location: styles/prosilver/template/viewtopic_print.html
|
||||||
* 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_footer_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewtopic_body.html
|
||||||
|
+ styles/subsilver2/template/viewtopic_body.html
|
||||||
|
* Purpose: Add content to the bottom of the View topic screen below the posts
|
||||||
|
and quick reply, directly before the jumpbox in Prosilver, breadcrumbs in
|
||||||
|
Subsilver2.
|
||||||
|
|
||||||
viewtopic_topic_title_prepend
|
viewtopic_topic_title_prepend
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -301,6 +301,7 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- EVENT viewtopic_body_footer_before -->
|
||||||
<!-- INCLUDE jumpbox.html -->
|
<!-- INCLUDE jumpbox.html -->
|
||||||
|
|
||||||
<!-- IF .quickmod -->
|
<!-- IF .quickmod -->
|
||||||
|
|
|
@ -328,6 +328,7 @@
|
||||||
<!-- INCLUDE quickreply_editor.html -->
|
<!-- INCLUDE quickreply_editor.html -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT viewtopic_body_footer_before -->
|
||||||
<!-- INCLUDE breadcrumbs.html -->
|
<!-- INCLUDE breadcrumbs.html -->
|
||||||
|
|
||||||
<!-- IF S_DISPLAY_ONLINE_LIST -->
|
<!-- IF S_DISPLAY_ONLINE_LIST -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue