Commit 869b523e0fdf4f889f3fa899ec72ee3c46162c61

Authored by Виталий
1 parent 417ae474

мозаика

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
frontend/views/site/index.php
... ... @@ -159,11 +159,11 @@
159 159 <?php
160 160 }
161 161 // 5
162   - if(!empty( $options[ 3 ] )) {
  162 + if(!empty( $options[ 4 ] )) {
163 163 /**
164 164 * @var TaxOption $option
165 165 */
166   - $option = $options[ 3 ];
  166 + $option = $options[ 4 ];
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([
... ... @@ -184,11 +184,11 @@
184 184 <?php
185 185 // 4
186 186  
187   - if(!empty( $options[ 3 ] )) {
  187 + if(!empty( $options[ 5 ] )) {
188 188 /**
189 189 * @var TaxOption $option
190 190 */
191   - $option = $options[ 3 ];
  191 + $option = $options[ 5 ];
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([
... ...