Commit 43e2270e3d112b8f347a3c09d0dddb91a69584b9
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -730,7 +730,11 @@ |
730 | 730 | |
731 | 731 | <!-- *** Breadcrumbs *** --> |
732 | 732 | <?php |
733 | - if (!$isHome and \Yii::$app->request->getUrl() !== Url::toRoute(['site/legal'])) { | |
733 | + if ( | |
734 | + !$isHome and | |
735 | + \Yii::$app->request->getUrl() !== Url::toRoute(['site/legal']) and | |
736 | + \Yii::$app->request->getUrl() !== Url::toRoute(['site/individual']) | |
737 | + ) { | |
734 | 738 | ?> |
735 | 739 | <div id="heading-breadcrumbs"> |
736 | 740 | <div class="container"> | ... | ... |