Skip to content

Commit

Permalink
Fix oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed May 10, 2024
1 parent 8b5fa1d commit 766a049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/midgard/admin/asgard/style/ASGARD_ROOT.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div id="breadcrumb">
<?php
$nap = new midcom_helper_nav();
echo $nap->get_breadcrumb_line(" &gt; ", levels: 1);
echo $nap->get_breadcrumb_line(" &gt; ", skip_levels: 1);
?>
</div>

Expand Down

0 comments on commit 766a049

Please sign in to comment.