mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +02:00
[ticket/15554] Add simple_footer_body_after
PHPBB3-15554
This commit is contained in:
@@ -1971,6 +1971,13 @@ simple_footer_after
|
|||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/simple_footer.html
|
+ styles/prosilver/template/simple_footer.html
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
|
* Purpose: Add content prior to the scripts of the simple footer
|
||||||
|
|
||||||
|
simple_footer_body_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/simple_footer.html
|
||||||
|
* Since: 3.2.4-RC1
|
||||||
* Purpose: Add content directly prior to the `</body>` tag of the simple footer
|
* Purpose: Add content directly prior to the `</body>` tag of the simple footer
|
||||||
|
|
||||||
simple_header_body_before
|
simple_header_body_before
|
||||||
|
@@ -34,5 +34,7 @@
|
|||||||
|
|
||||||
{$SCRIPTS}
|
{$SCRIPTS}
|
||||||
|
|
||||||
|
{% EVENT simple_footer_body_after %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user