Subversion Repositories SmartDukaan

Rev

Rev 13732 | Rev 13808 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13732 Rev 13746
Line 4... Line 4...
4
  <li class="<?php if((isset($id)) && $catId == $id):?>active<?php endif;?> col-xs-4">
4
  <li class="<?php if((isset($id)) && $catId == $id):?>active<?php endif;?> col-xs-4">
5
    <a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
5
    <a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
6
<?php endforeach;?>
6
<?php endforeach;?>
7
</ul>
7
</ul>
8
<div class="filters">
8
<div class="filters">
9
	<p>Daily profitable deals for you</p>
9
	<div class="col-xs-8 herotext">Daily profitable deals for you</div>
-
 
10
	<div class="col-xs-4 ">
-
 
11
		<div class="dropdown pull-right">
-
 
12
		  <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
-
 
13
		  	<span class="caret"></span> FILTER		    
-
 
14
		  </button>
-
 
15
		  <ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="dropdownMenu1">
-
 
16
		  	<li role="presentation" class="dropdown-header menu-item">FILTER</li>
-
 
17
		    <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Brand</a></li>
-
 
18
		    <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Price-range</a></li>
-
 
19
		    <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Sub-category</a></li>
-
 
20
		    <li role="presentation" class="dropdown-header menu-item">SORT</li>
-
 
21
		    <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Bestsellers</a></li>
-
 
22
		    <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Price</a></li>
-
 
23
		    <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Recommended</a></li>
-
 
24
		  </ul>
-
 
25
		</div>
-
 
26
	</div>	
10
</div>
27
</div>
11
28