Subversion Repositories SmartDukaan

Rev

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

<ul class="nav nav-tabs">
        <li class="<?php if(!isset($id)):?>active<?php endif;?> col-xs-4"><a href="/deals/mine">All</a></li>
<?php foreach($categories AS $catId => $name):?>
  <li class="<?php if((isset($id)) && $catId == $id):?>active<?php endif;?> col-xs-4">
    <a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
<?php endforeach;?>
</ul>
<div class="filters">
        <p>Daily profitable deals for you</p>
</div>