mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:01:48 +02:00
[ticket/12338] Add Template Event overall_footer_page_body_after
implement PHPBB3-12338
This commit is contained in:
@@ -223,6 +223,14 @@ overall_footer_copyright_prepend
|
|||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
* Purpose: Add content before the copyright line
|
* Purpose: Add content before the copyright line
|
||||||
|
|
||||||
|
overall_footer_page_body_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/overall_footer.html
|
||||||
|
+ styles/subsilver2/template/overall_footer.html
|
||||||
|
* Since: 3.1.0-b3
|
||||||
|
* Purpose: Add content after the page-body, but before the footer
|
||||||
|
|
||||||
overall_header_breadcrumb_append
|
overall_header_breadcrumb_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@@ -1,6 +1,8 @@
|
|||||||
<!-- EVENT overall_footer_content_after -->
|
<!-- EVENT overall_footer_content_after -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- EVENT overall_footer_page_body_after -->
|
||||||
|
|
||||||
<div id="page-footer">
|
<div id="page-footer">
|
||||||
|
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
|
@@ -3,6 +3,8 @@
|
|||||||
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
|
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- EVENT overall_footer_page_body_after -->
|
||||||
|
|
||||||
<div id="wrapfooter">
|
<div id="wrapfooter">
|
||||||
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
|
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
|
||||||
<span class="copyright">
|
<span class="copyright">
|
||||||
|
Reference in New Issue
Block a user