diff options
| author | PayBas <contact@paybas.com> | 2014-06-05 01:31:19 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-25 14:18:56 +0200 |
| commit | a540cdc3b2efd6fdb10f6c7ce9de43ac04ad2897 (patch) | |
| tree | bffda6057ad2dc8af7ec2184ce40a978bed8a57b /phpBB/docs | |
| parent | d083f292445503a13fa9e9a0f1e86eee05358c18 (diff) | |
| download | forums-a540cdc3b2efd6fdb10f6c7ce9de43ac04ad2897.tar forums-a540cdc3b2efd6fdb10f6c7ce9de43ac04ad2897.tar.gz forums-a540cdc3b2efd6fdb10f6c7ce9de43ac04ad2897.tar.bz2 forums-a540cdc3b2efd6fdb10f6c7ce9de43ac04ad2897.tar.xz forums-a540cdc3b2efd6fdb10f6c7ce9de43ac04ad2897.zip | |
[ticket/12662] Initial setup
PHPBB3-12662
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 34f2c4b6ec..cc32e7ba26 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -515,6 +515,34 @@ overall_header_page_body_before * Since: 3.1.0-b3 * Purpose: Add content after the page-header, but before the page-body +overall_header_profile_list_after +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.0-b5 +* Purpose: Add links to the bottom of the profile drop-down menu in the page-header + +overall_header_profile_list_before +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.0-b5 +* Purpose: Add links to the top of the profile drop-down menu in the page-header + +overall_header_quick_links_after +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.0-b5 +* Purpose: Add links to the bottom of the quick-links drop-down menu in the header + +overall_header_quick_links_before +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.0-b5 +* Purpose: Add links to the top of the quick-links drop-down menu in the header + posting_editor_buttons_after === * Locations: |
