Subversion Repositories SmartDukaan

Rev

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

Rev 18008 Rev 18009
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 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>
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 at wholesale rates"	<?php endif;?>><?php echo $name;?></a>
6
    </li>
6
    </li>
7
<?php endforeach;?>
7
<?php endforeach;?>
8
<?php if($id==6 && $catId==6):?>
8
<?php if($id==6 && $catId==6):?>
9
    	<script type="text/javascript">
9
    	<script type="text/javascript">
10
    		
10