| Line 49... |
Line 49... |
| 49 |
</div>
|
49 |
</div>
|
| 50 |
<?php endif;?>
|
50 |
<?php endif;?>
|
| 51 |
<div class="col-xs-4 ">
|
51 |
<div class="col-xs-4 ">
|
| 52 |
<div class="dropdown pull-right">
|
52 |
<div class="dropdown pull-right">
|
| 53 |
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
|
53 |
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
|
| 54 |
<span class="caret"></span> SORT
|
54 |
<span class="caret"></span> FILTER
|
| 55 |
</button>
|
55 |
</button>
|
| 56 |
<ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="dropdownMenu1">
|
56 |
<ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="dropdownMenu1">
|
| 57 |
<li role="presentation" class="dropdown-header menu-item">FILTER</li>
|
57 |
<li role="presentation" class="dropdown-header menu-item">FILTER</li>
|
| 58 |
<li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="<?php echo $base_url;?>filter/brand<?php if(isset($id)):?>/<?php echo $id;?><?php endif;?>">By Brands <span class="greyarrow"></span></a></li>
|
58 |
<li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="<?php echo $base_url;?>filter/brand<?php if(isset($id)):?>/<?php echo $id;?><?php endif;?>">By Brands <span class="greyarrow"></span></a></li>
|
| 59 |
<!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Price-range</a></li> -->
|
59 |
<!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Price-range</a></li> -->
|