Advertisement
Guest User

Untitled

a guest
May 24th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.74 KB | None | 0 0
  1. <section class="prodinfo"> Информация о товаре</section>
  2.     <section class="mainproduct">
  3.         <?php if(!empty($createday) and !empty($createmonth)):?>
  4.         <section class="maininfo"><div class="bth">Дата изготовления:</div><div class="bthvalue"><?=$createday." ".$createmonth." ";if(!empty($createyear)){echo $createyear;}?></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