Subversion Repositories SmartDukaan

Rev

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

Rev 17542 Rev 17543
Line 1... Line 1...
1
 <ul class="nav nav-tabs catselect">
1
 <ul class="nav nav-tabs catselect">
2
<?php foreach($categories AS $catId => $name):?>
2
<?php foreach($categories AS $catId => $name):?>
3
	<?php if($catId!=6){?>
3
	<?php if($catId!=6){?>
4
	  	<li class=" tab_layout <?php if((isset($id)) && $catId == $id):?>active<?php endif;?> col-xs-<?php echo (12/(count($categories)+1));?>">
4
	  	<li class=" tab_layout <?php if((isset($id)) && $catId == $id):?>active<?php endif;?> col-xs-<?php echo (12/(count($categories)));?>">
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 } ?>
6
    <?php } ?>
7
<?php endforeach;?>
7
<?php endforeach;?>
8
	<li class="tab_layout col-xs-<?php echo (12/(count($categories)+1));?> <?php if($id!=2):?>bg-white<?php endif;?>">
8
	<li class="tab_layout col-xs-<?php echo (12/(count($categories)));?> <?php if($id!=2):?>bg-white<?php endif;?>">
9
		<?php if($id!=2):?>
9
		<?php if($id!=2):?>
10
		<div class="dropdown pull-right">
10
		<div class="dropdown pull-right">
11
			<a tabindex="0" id="popovertrigger" role="button" class="btn" data-container="body" data-toggle="popover" data-placement="left" data-trigger="click" data-content="<span class='greentext'>Filter by brands</span> to see deals you want"></a>
11
			<a tabindex="0" id="popovertrigger" role="button" class="btn" data-container="body" data-toggle="popover" data-placement="left" data-trigger="click" data-content="<span class='greentext'>Filter by brands</span> to see deals you want"></a>
12
		  <button class="<?php if(isset($brandschosen) && !empty($brandschosen)):?>red-text<?php endif;?> btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
12
		  <button class="<?php if(isset($brandschosen) && !empty($brandschosen)):?>red-text<?php endif;?> btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
13
		  	 <i class="glyphicon glyphicon-filter"></i> <?php if(isset($brandschosen) && !empty($brandschosen)):?>On<?php endif;?>	  
13
		  	 <i class="glyphicon glyphicon-filter"></i> <?php if(isset($brandschosen) && !empty($brandschosen)):?>On<?php endif;?>