Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

mahsim

Newbie
  
  • Posts

    1
  • Joined

  • Last visited

Everything posted by mahsim

  1. <?php foreach ($attribute_groups as $attribute_group) { ?> <? if($attribute_group['name'] == "Комплектация") continue; ?> <thead> <tr> <td colspan="4"><strong><?php echo $attribute_group['name']; ?></strong></td> </tr> </thead> <tbody> <?php foreach ($attribute_group['attribute'] as $k => $attribute) { ?> <? if($k%2 == 1) continue; ?> <tr> <td><?php echo $attribute['name']; ?></td> <td><?php echo $attribute['text']; ?></td> <? if( isset($attribute_group['attribute'][$k+1]) ) { ?> <td><?php echo $attribute_group['attribute'][$k+1]['name']; ?></td> <td><?php echo $attribute_group['attribute'][$k+1]['text']; ?></td> <? } ?> </tr> <?php } ?>
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.