Commit 43e2270e3d112b8f347a3c09d0dddb91a69584b9

Authored by Eugeny Galkovskiy
2 parents 3e7be4ee fc5035ae

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,7 +730,11 @@
730 730
731 <!-- *** Breadcrumbs *** --> 731 <!-- *** Breadcrumbs *** -->
732 <?php 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 <div id="heading-breadcrumbs"> 739 <div id="heading-breadcrumbs">
736 <div class="container"> 740 <div class="container">