mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge pull request #3218 from rxu/ticket/13419
[ticket/13419] Add the lowermost template event
This commit is contained in:
commit
fa06c7967e
3 changed files with 12 additions and 0 deletions
|
@ -635,6 +635,14 @@ overall_footer_after
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
* Purpose: Add content at the end of the file, directly prior to the `</body>` tag
|
* Purpose: Add content at the end of the file, directly prior to the `</body>` tag
|
||||||
|
|
||||||
|
overall_footer_body_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/overall_footer.html
|
||||||
|
+ styles/subsilver2/template/overall_footer.html
|
||||||
|
* Since: 3.1.3-RC1
|
||||||
|
* Purpose: Add content before the `</body>` tag but after the $SCRIPTS var, i.e. after the js scripts have been loaded
|
||||||
|
|
||||||
overall_footer_breadcrumb_append
|
overall_footer_breadcrumb_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -48,5 +48,7 @@
|
||||||
<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
|
<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
|
||||||
{$SCRIPTS}
|
{$SCRIPTS}
|
||||||
|
|
||||||
|
<!-- EVENT overall_footer_body_after -->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -23,5 +23,7 @@
|
||||||
|
|
||||||
{$SCRIPTS}
|
{$SCRIPTS}
|
||||||
|
|
||||||
|
<!-- EVENT overall_footer_body_after -->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue