diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/views/page.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 9c440412..2dcc5d70 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -96,7 +96,7 @@ <?= $theme->header_bottom() ?> </div> - <? if (!empty($parents)): ?> + <? if ($theme->item() && !empty($parents)): ?> <ul class="g-breadcrumbs"> <? $i = 0 ?> <? foreach ($parents as $parent): ?> |