Advertisement
Guest User

Untitled

a guest
Aug 31st, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <div class="left-title"><i class="fa fa-user"></i> Магазин игровых предметов</div>
  2. <div class="left-news">
  3.  
  4.  
  5. <form action="" method="POST" class="formsearch" style="margin: 5px 15px 15px 10px;">
  6. <div class="input-group">
  7. <input class="form-control" type="text" placeholder="Поиск товара" name="keyword" />
  8.  
  9. <span class="input-group-btn">
  10. <button class="btn btn-default" type="button">Искать</button>
  11. </span></div>
  12. </form>
  13. <div id="shop_main_lk">
  14.  
  15. {googs}
  16. </div>
  17.  
  18.  
  19. <div class="left-title"><i class="fa fa-user"></i> Корзина</div>
  20. <div class="left-news">
  21.  
  22.  
  23. <div class="clear"></div>
  24. <div class="CartLk" id="cart_informer">
  25. {cart}
  26. </div>
  27. Категорий<br/>
  28. {category}
  29.  
  30. </div>
  31.  
  32. <div style="clear:both;"></div>
  33. {navigation}
  34.  
  35. {ajax}
  36. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement