Function __global->breadcrumb_set_parents
Definitions
sources/site.php
- Put a list of parents in for the breadcrumbs.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $parents | array | No | No | required parameter | N/A | N/A | The list of parent entry points (pairs: entry point, title) |
Preview
Code (PHP)
/**
* Put a list of parents in for the breadcrumbs.
*
* @param array $parents The list of parent entry points (pairs: entry point, title)
*/
function breadcrumb_set_parents(array $parents)
* Put a list of parents in for the breadcrumbs.
*
* @param array $parents The list of parent entry points (pairs: entry point, title)
*/
function breadcrumb_set_parents(array $parents)
