Advertisement
vdp

Untitled

vdp
Jul 31st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.74 KB | None | 0 0
  1. <div class="col-sm-3">
  2.                         <div class="left-sidebar">
  3.                             <h2>Categories</h2>
  4.                             <div class="brands_products" id="accordian"><!--category-products start-->
  5.                                 <div class="category-tab ul li ">
  6.                                     <ul class="nav nav-pills nav-stacked" id="categories">
  7.                                         <?php getCategories(); ?>
  8.                                     </ul>
  9.                                 </div>
  10.                                
  11.                             </div><!--/category-products ends-->
  12.                            
  13.                             <div class="brands_products"><!--brands_products start-->
  14.                                 <h2>Brands</h2>
  15.                                 <div class="category-tab ul li ">
  16.                                     <ul class="nav nav-pills nav-stacked" id="brands">
  17.                                         <?php getBrands();
  18.                                         ?>
  19.                                     </ul>
  20.                                 </div>
  21.                             </div><!--/brands_products Ends-->
  22.                            
  23.                         </div>
  24.                     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement