Elgg  Version 6.3
breadcrumbs.php
Go to the documentation of this file.
1 <?php
8 echo elgg_view_menu('breadcrumbs', [
9  'sort_by' => 'register',
10  'class' => elgg_extract_class($vars, ['elgg-breadcrumbs', 'elgg-menu-hz']),
11 ]);
$vars
Definition: theme.php:3
elgg_extract_class(array $array, array|string $existing=[], string $extract_key='class')
Extract class names from an array, optionally merging into a preexisting set.
Definition: elgglib.php:263
elgg_view_menu($menu, array $vars=[])
Render a menu.
Definition: views.php:441