| Line 217... |
Line 217... |
| 217 |
<div id= "moreitem">
|
217 |
<div id= "moreitem">
|
| 218 |
<a href="<?php echo $_SERVER['HTTP_REFERER'];?>"><span style="padding:3px" class="glyphicon glyphicon-arrow-left"></span>Showing <?php echo $searchfor;?> items</a>
|
218 |
<a href="<?php echo $_SERVER['HTTP_REFERER'];?>"><span style="padding:3px" class="glyphicon glyphicon-arrow-left"></span>Showing <?php echo $searchfor;?> items</a>
|
| 219 |
</div>
|
219 |
</div>
|
| 220 |
<?php endif;?>
|
220 |
<?php endif;?>
|
| 221 |
|
221 |
|
| 222 |
<?php if($id==6 && $subcategories && array_key_exists($subcategories, $searchableSubCategories)):?>
|
222 |
<?php if($id==6 && $subcategories && array_key_exists($subcategories, $searchableSubCategories) && !isset($searchfor)):?>
|
| 223 |
<div id= "moreitem">
|
223 |
<div id= "moreitem">
|
| 224 |
<a onclick="clearFilters()" href="<?php echo $_SERVER['HTTP_REFERER'];?>"><span style="padding:3px" class="glyphicon glyphicon-arrow-left"></span>Showing <?php echo $searchableSubCategories[$subcategories];?></a>
|
224 |
<a onclick="clearFilters()" href="<?php echo $_SERVER['HTTP_REFERER'];?>"><span style="padding:3px" class="glyphicon glyphicon-arrow-left"></span>Showing <?php echo $searchableSubCategories[$subcategories];?></a>
|
| 225 |
</div>
|
225 |
</div>
|
| 226 |
<div class= "inner-addon left-addon" style='padding-top:5px;position: relative;'>
|
226 |
<div class= "inner-addon left-addon" style='padding-top:5px;position: relative;'>
|
| 227 |
<i class="glyphicon glyphicon-search"></i>
|
227 |
<i class="glyphicon glyphicon-search"></i>
|