mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17501] Update events docs
PHPBB-17501
This commit is contained in:
parent
3801eb0946
commit
3b233d9c28
1 changed files with 12 additions and 6 deletions
|
@ -1746,29 +1746,33 @@ overall_header_body_before
|
||||||
overall_header_breadcrumb_append
|
overall_header_breadcrumb_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/navbar_header.html
|
+ styles/prosilver/template/breadcrumbs.html
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
|
* Changed: 4.0.0-a1 Moved to breadcrumbs.html
|
||||||
* Purpose: Add links to the list of breadcrumbs in the header
|
* Purpose: Add links to the list of breadcrumbs in the header
|
||||||
|
|
||||||
overall_header_breadcrumb_prepend
|
overall_header_breadcrumb_prepend
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/navbar_header.html
|
+ styles/prosilver/template/breadcrumbs.html
|
||||||
* Since: 3.1.0-RC3
|
* Since: 3.1.0-RC3
|
||||||
|
* Changed: 4.0.0-a1 Moved to breadcrumbs.html
|
||||||
* Purpose: Add links to the list of breadcrumbs in the header (after site-home, but before board-index)
|
* Purpose: Add links to the list of breadcrumbs in the header (after site-home, but before board-index)
|
||||||
|
|
||||||
overall_header_breadcrumbs_after
|
overall_header_breadcrumbs_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/navbar_header.html
|
+ styles/prosilver/template/breadcrumbs.html
|
||||||
* Since: 3.1.0-RC3
|
* Since: 3.1.0-RC3
|
||||||
|
* Changed: 4.0.0-a1 Moved to breadcrumbs.html
|
||||||
* Purpose: Add content after the breadcrumbs (outside of the breadcrumbs container)
|
* Purpose: Add content after the breadcrumbs (outside of the breadcrumbs container)
|
||||||
|
|
||||||
overall_header_breadcrumbs_before
|
overall_header_breadcrumbs_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/navbar_header.html
|
+ styles/prosilver/template/breadcrumbs.html
|
||||||
* Since: 3.1.0-RC3
|
* Since: 3.1.0-RC3
|
||||||
|
* Changed: 4.0.0-a1 Moved to breadcrumbs.html
|
||||||
* Purpose: Add content before the breadcrumbs (outside of the breadcrumbs container)
|
* Purpose: Add content before the breadcrumbs (outside of the breadcrumbs container)
|
||||||
|
|
||||||
overall_header_content_before
|
overall_header_content_before
|
||||||
|
@ -1830,15 +1834,17 @@ overall_header_navigation_prepend
|
||||||
overall_header_navlink_append
|
overall_header_navlink_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/navbar_header.html
|
+ styles/prosilver/template/breadcrumbs.html
|
||||||
* Since: 3.1.0-b3
|
* Since: 3.1.0-b3
|
||||||
|
* Changed: 4.0.0-a1 Moved to breadcrumbs.html
|
||||||
* Purpose: Add content after each individual navlink (breadcrumb)
|
* Purpose: Add content after each individual navlink (breadcrumb)
|
||||||
|
|
||||||
overall_header_navlink_prepend
|
overall_header_navlink_prepend
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/navbar_header.html
|
+ styles/prosilver/template/breadcrumbs.html
|
||||||
* Since: 3.1.0-b3
|
* Since: 3.1.0-b3
|
||||||
|
* Changed: 4.0.0-a1 Moved to breadcrumbs.html
|
||||||
* Purpose: Add content before each individual navlink (breadcrumb)
|
* Purpose: Add content before each individual navlink (breadcrumb)
|
||||||
|
|
||||||
overall_header_page_body_before
|
overall_header_page_body_before
|
||||||
|
|
Loading…
Add table
Reference in a new issue