Merge pull request #1878 from blitze/ticket/12024

[ticket/12024] Template event overall_header_content_before
This commit is contained in:
Nathan Guse 2013-11-21 13:26:24 -08:00
commit 6403d6848e
5 changed files with 22 additions and 0 deletions

View file

@ -111,6 +111,14 @@ overall_footer_breadcrumb_append
* Since: 3.1.0-a1 * Since: 3.1.0-a1
* Purpose: Add links to the list of breadcrumbs in the footer * Purpose: Add links to the list of breadcrumbs in the footer
overall_footer_content_after
===
* Locations:
+ styles/prosilver/template/overall_footer.html
+ styles/subsilver2/template/overall_footer.html
* Since: 3.1.0-a3
* Purpose: Add content on all pages after the main content, before the footer
overall_footer_copyright_append overall_footer_copyright_append
=== ===
* Locations: * Locations:
@ -135,6 +143,14 @@ overall_header_breadcrumb_append
* Since: 3.1.0-a1 * Since: 3.1.0-a1
* Purpose: Add links to the list of breadcrumbs in the header * Purpose: Add links to the list of breadcrumbs in the header
overall_header_content_before
===
* Locations:
+ styles/prosilver/template/overall_header.html
+ styles/subsilver2/template/overall_header.html
* Since: 3.1.0-a3
* Purpose: Add content on all pages before the main content, after the header
overall_header_head_append overall_header_head_append
=== ===
* Locations: * Locations:

View file

@ -1,3 +1,4 @@
<!-- EVENT overall_footer_content_after -->
</div> </div>
<div id="page-footer"> <div id="page-footer">

View file

@ -180,3 +180,5 @@
</div> </div>
</div> </div>
<!-- ENDIF --> <!-- ENDIF -->
<!-- EVENT overall_header_content_before -->

View file

@ -1,3 +1,5 @@
<!-- EVENT overall_footer_content_after -->
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --> <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div> </div>

View file

@ -238,3 +238,4 @@ function marklist(id, name, state)
<!-- DEFINE $S_MICRODATA = 0 --> <!-- DEFINE $S_MICRODATA = 0 -->
<br /> <br />
<!-- EVENT overall_header_content_before -->