Commit 203aef9d4ab545dbbcb2e7a46ce255b0155d25de

Authored by Виталий
1 parent 31e733ea

мозаика

Showing 1 changed file with 4 additions and 5 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[ 5 ] )) {
  144 + if(!empty( $options[ 4 ] )) {
145 145 /**
146 146 * @var TaxOption $option
147 147 */
148   - $option = $options[ 5 ];
  148 + $option = $options[ 4 ];
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([
... ... @@ -159,11 +159,11 @@
159 159 <?php
160 160 }
161 161 // 5
162   - if(!empty( $options[ 4 ] )) {
  162 + if(!empty( $options[ 5 ] )) {
163 163 /**
164 164 * @var TaxOption $option
165 165 */
166   - $option = $options[ 4 ];
  166 + $option = $options[ 5 ];
167 167 ?>
168 168 <div class="col-xs-12 col-sm-12 col-md-12 moz-2 moz-2-2" style="margin-top: 2px;">
169 169 <a href="<?= Url::to([
... ... @@ -182,7 +182,6 @@
182 182 <div class="col-xs-12 col-sm-3 col-md-3">
183 183 <div class="row">
184 184 <?php
185   - // 4
186 185  
187 186 if(!empty( $options[ 0 ] )) {
188 187 /**
... ...