Commit 31e733eaaed6309c29621e904372f6ef5a89f709
1 parent
fdb5346c
мозаика
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
frontend/views/site/index.php
... | ... | @@ -141,11 +141,11 @@ |
141 | 141 | <div class="col-xs-6 col-sm-3 col-md-3"> |
142 | 142 | <div class="row"> |
143 | 143 | <?php |
144 | - if(!empty( $options[ 0 ] )) { | |
144 | + if(!empty( $options[ 5 ] )) { | |
145 | 145 | /** |
146 | 146 | * @var TaxOption $option |
147 | 147 | */ |
148 | - $option = $options[ 0 ]; | |
148 | + $option = $options[ 5 ]; | |
149 | 149 | ?> |
150 | 150 | <div class="col-xs-12 col-sm-12 col-md-12 moz-2 moz-2-2"> |
151 | 151 | <a href="<?= Url::to([ |
... | ... | @@ -184,11 +184,11 @@ |
184 | 184 | <?php |
185 | 185 | // 4 |
186 | 186 | |
187 | - if(!empty( $options[ 5 ] )) { | |
187 | + if(!empty( $options[ 0 ] )) { | |
188 | 188 | /** |
189 | 189 | * @var TaxOption $option |
190 | 190 | */ |
191 | - $option = $options[ 5 ]; | |
191 | + $option = $options[ 0 ]; | |
192 | 192 | ?> |
193 | 193 | <div class="col-xs-12 col-sm-12 col-md-12 moz-1 moz-1-2" style="padding-right: 15px !important;"> |
194 | 194 | <a href="<?= Url::to([ | ... | ... |