diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-29 16:42:10 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-29 16:42:10 +0100 |
| commit | f879714d35b838c5395e1e1235c9b97eae5fff9b (patch) | |
| tree | 282c6b537ae4e1aa411c2f27fe0288b05aec5a37 /phpBB/docs | |
| parent | 3ac8b8b40db341658c92a4b3aa2860bb0c4846e4 (diff) | |
| parent | fb25917fa951e1687fcd66a29137aa1acc966e0c (diff) | |
| download | forums-f879714d35b838c5395e1e1235c9b97eae5fff9b.tar forums-f879714d35b838c5395e1e1235c9b97eae5fff9b.tar.gz forums-f879714d35b838c5395e1e1235c9b97eae5fff9b.tar.bz2 forums-f879714d35b838c5395e1e1235c9b97eae5fff9b.tar.xz forums-f879714d35b838c5395e1e1235c9b97eae5fff9b.zip | |
Merge remote-tracking branch 'prosk8er/ticket/12301' into develop-ascraeus
* prosk8er/ticket/12301:
[ticket/12301] Template Event overall_header_body_before
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index d2e57cf152..1f1f1a842e 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -40,6 +40,12 @@ acp_overall_footer_after * Since: 3.1.0-a1 * Purpose: Add content below the footer in the ACP +acp_overall_header_body_before +=== +* Location: adm/style/overall_header.html +* Since: 3.1.0-b2 +* Purpose: Add content to the header body + acp_overall_header_head_append === * Location: adm/style/overall_header.html @@ -52,6 +58,12 @@ acp_simple_footer_after * Since: 3.1.0-a1 * Purpose: Add content below the simple footer in the ACP +acp_simple_header_body_before +=== +* Location: adm/style/simple_header.html +* Since: 3.1.0-b2 +* Purpose: Add content to the header body + acp_simple_header_head_append === * Location: adm/style/overall_header.html @@ -231,6 +243,14 @@ overall_footer_copyright_prepend * Since: 3.1.0-a1 * Purpose: Add content before the copyright line +overall_header_body_before +=== +* Locations: + + styles/prosilver/template/overall_header.html + + styles/subsilver2/template/overall_header.html +* Since: 3.1.0-b2 +* Purpose: Add content to the header body + overall_header_breadcrumb_append === * Locations: @@ -366,6 +386,14 @@ simple_footer_after * Since: 3.1.0-a1 * Purpose: Add content directly prior to the `</body>` tag of the simple footer +simple_header_body_before +=== +* Locations: + + styles/prosilver/template/simple_header.html + + styles/subsilver2/template/simple_header.html +* Since: 3.1.0-b2 +* Purpose: Add content to the header body + topiclist_row_prepend === * Locations: |
