Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2018-10-13 16:37:32 -07:00
commit 6ca8547e90
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 9 additions and 0 deletions

View file

@ -1992,6 +1992,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

View file

@ -40,5 +40,7 @@
{$SCRIPTS} {$SCRIPTS}
{% EVENT simple_footer_body_after %}
</body> </body>
</html> </html>