Commit f5f84a8cffeed8a979f87062fdd5baeb4ee20d33
1 parent
80ebc868
мозаика
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
frontend/views/site/index.php
... | ... | @@ -147,11 +147,12 @@ |
147 | 147 | </div> |
148 | 148 | <?php |
149 | 149 | } |
150 | - if(!empty( $options[ 5 ] )) { | |
150 | +// 5 | |
151 | + if(!empty( $options[ 3 ] )) { | |
151 | 152 | /** |
152 | 153 | * @var TaxOption $option |
153 | 154 | */ |
154 | - $option = $options[ 5 ]; | |
155 | + $option = $options[ 3 ]; | |
155 | 156 | ?> |
156 | 157 | <div class="col-xs-12 col-sm-12 col-md-12 moz-2"> |
157 | 158 | <a href="<?= Url::to([ | ... | ... |