Advertisement
Guest User

Untitled

a guest
May 24th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.70 KB | None | 0 0
  1. <section class="prodinfo"> Информация о товаре</section>
  2.     <section class="mainproduct">
  3.         <?php if(!empty($createday)):?>
  4.         <section class="maininfo"><div class="bth">Дата изготовления:</div><div class="bthvalue"><?=$createday." ";if(!empty($createmonth)){echo $createmonth;}?></div></section>
  5.         <?php endif;
  6.         if(!empty($topspeed)):?>
  7.         <section class="maininfo"><div class="bth">Максимальная скорость:</div><div class="bthvalue"><?=$topspeed?></div></section>
  8.             <?php endif;
  9.             if(!empty($country)):?>
  10.             <section class="maininfo"><div class="bth">Страна:</div><div class="bthvalue"><?=$country?></div></section>
  11.             <?php endif;?>
  12.         </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement