Commit 7dcbdea6a6c0e0ccec071965ff1ec1390693fc30
1 parent
43c9c5e5
delete breadcrumbs from legal
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
| @@ -697,7 +697,7 @@ | @@ -697,7 +697,7 @@ | ||
| 697 | 697 | ||
| 698 | <!-- *** Breadcrumbs *** --> | 698 | <!-- *** Breadcrumbs *** --> |
| 699 | <?php | 699 | <?php |
| 700 | - if (!$isHome) { | 700 | + if (!$isHome and \Yii::$app->request->getUrl() !== Url::toRoute(['site/legal'])) { |
| 701 | ?> | 701 | ?> |
| 702 | <div id="heading-breadcrumbs"> | 702 | <div id="heading-breadcrumbs"> |
| 703 | <div class="container"> | 703 | <div class="container"> |