home *** CD-ROM | disk | FTP | other *** search
/ 74.208.221.89 / 74.208.221.89.zip / 74.208.221.89 / headershoppingcart.ascx < prev    next >
Text File  |  2015-03-28  |  920b  |  15 lines

  1. ∩╗┐<!-- Header shopping cart -->
  2.                 <div class="header-cart">
  3.         <div class="cart-wrapper"> 
  4.         <a href="wishlist.html" title="Home" class="btn btn-theme-transparent hidden-xs hidden-sm"><i class="fa fa-home"></i></a> 
  5.         <a href="wishlist.html" title="About Us" class="btn btn-theme-transparent hidden-xs hidden-sm"><i class="fa fa-user"></i></a>
  6.         <a href="wishlist.html" title="Contact Us" class="btn btn-theme-transparent hidden-xs hidden-sm"><i class="fa fa-phone"></i></a>
  7.         <a href="wishlist.html" title="My Wishlist" class="btn btn-theme-transparent hidden-xs hidden-sm"><i class="fa fa-heart"></i></a>
  8.         
  9.        
  10.        
  11.             <!-- Mobile menu toggle button --> 
  12.             <a href="#" class="menu-toggle btn btn-theme-transparent"><i class="fa fa-bars"></i></a> 
  13.             <!-- /Mobile menu toggle button --> 
  14.           </div>
  15.         </div>