aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/views/default/theme_preview/navigation/breadcrumbs.php
blob: c910b2aa4b6f197e8c9dde394b1690631e7f6276 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
elgg_push_breadcrumb('First', "#");
elgg_push_breadcrumb('Second', "#");
elgg_push_breadcrumb('Third');

echo elgg_view('navigation/breadcrumbs', array('class' => mts));

elgg_pop_breadcrumb();
elgg_pop_breadcrumb();
elgg_pop_breadcrumb();