Subversion Repositories SmartDukaan

Rev

Rev 13723 | Rev 13746 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13715 anikendra 1
<ul class="nav nav-tabs">
13732 anikendra 2
	<li class="<?php if(!isset($id)):?>active<?php endif;?> col-xs-4"><a href="/deals/mine">All</a></li>
13715 anikendra 3
<?php foreach($categories AS $catId => $name):?>
13723 anikendra 4
  <li class="<?php if((isset($id)) && $catId == $id):?>active<?php endif;?> col-xs-4">
13715 anikendra 5
    <a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
6
<?php endforeach;?>
7
</ul>
8
<div class="filters">
9
	<p>Daily profitable deals for you</p>
10
</div>