Subversion Repositories SmartDukaan

Rev

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

Rev 17761 Rev 18008
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
	
3
	
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)+1));?>">
5
    <a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
5
    <a id="popovertrigger1" href="/category/<?php echo $catId;?>"<?php if($id!=6 && $catId==6):?>data-container="body" data-toggle="popover" data-placement="bottom" data-content="Launching Accessories on wholesale rate"	<?php endif;?>><?php echo $name;?></a>
6
   
6
    </li>
7
<?php endforeach;?>
7
<?php endforeach;?>
-
 
8
<?php if($id==6 && $catId==6):?>
-
 
9
    	<script type="text/javascript">
8
		
10
    		
-
 
11
    	</script>
-
 
12
<?php endif;?>		
9
</ul>
13
</ul>
10
 
14
 
11
<div class="filters row">	
15
<div class="filters row">	
12
<!-- For apps tab -->		
16
<!-- For apps tab -->		
13
<?php if($id==2):?>
17
<?php if($id==2):?>