Advertisement
Guest User

test

a guest
Aug 22nd, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. <section id="NewTopSellersBlog">
  2.     <section class="subContenerdores">
  3.         <div class="subcon">
  4.             <article>
  5.                 <img src="{$path_img}{$category->first->image}" alt="">
  6.             </article>
  7.             <article>
  8.                 <img src="{$path_img}{$category->second->image}" alt="">
  9.             </article>
  10.         </div>
  11.    
  12.         <div class="subcon2">
  13.             <article id="blog" class=''>
  14.                 <a href="#">
  15.                     <img src="{$path_img}{$category->third->image}" alt="">
  16.                 </a>
  17.             </article>
  18.         </div>
  19.     </section>
  20.     <section class="subContenerdores subContenerdores2">
  21.         <a href="#">
  22.             <img src="{$path_img}{$category->fourth->image}" alt="">
  23.         </a>
  24.     </section>
  25. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement