| 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 |
<li class=" tab_layout <?php if((isset($id)) && $catId == $id):?>active<?php endif;?> col-xs-<?php echo (12/(count($categories)+1));?>">
|
3 |
<li class=" tab_layout <?php if((isset($id)) && $catId == $id):?>active<?php endif;?> col-xs-<?php echo (12/(count($categories)+1));?>">
|
| 4 |
<a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
|
4 |
<a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
|
| 5 |
<?php endforeach;?>
|
5 |
<?php endforeach;?>
|
| 6 |
<li class="tab_layout col-xs-<?php echo (12/(count($categories)+1));?><?php if($id!=2){echo "bg-white";}?>">
|
6 |
<li class="tab_layout col-xs-<?php echo (12/(count($categories)+1));?> <?php if($id!=2):?>bg-white<?php endif;?>">
|
| 7 |
<?php if($id!=2):?>
|
7 |
<?php if($id!=2):?>
|
| 8 |
<div class="dropdown pull-right">
|
8 |
<div class="dropdown pull-right">
|
| 9 |
<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>
|
9 |
<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>
|
| 10 |
<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">
|
10 |
<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">
|
| 11 |
Filters <?php if(isset($brandschosen) && !empty($brandschosen)):?>On<?php endif;?>
|
11 |
Filters <?php if(isset($brandschosen) && !empty($brandschosen)):?>On<?php endif;?>
|
| Line 30... |
Line 30... |
| 30 |
</div>
|
30 |
</div>
|
| 31 |
<?php endif;?>
|
31 |
<?php endif;?>
|
| 32 |
</li>
|
32 |
</li>
|
| 33 |
</ul>
|
33 |
</ul>
|
| 34 |
<div class="filters row">
|
34 |
<div class="filters row">
|
| 35 |
<div style="color:black;padding:0px;">
|
35 |
<div style="color:black;padding:0px;">
|
| - |
|
36 |
<?php if($id==2):?>
|
| 36 |
<a href = "http://localdtr/appb"><font color="red">Earn Rs. 10,000 pm</font> <u>See how</u></a><br>
|
37 |
<a href = "<?php echo $base_url;?>appb"><font color="red">Earn Rs. 10,000 pm</font> <u>See how</u></a><br>
|
| 37 |
<div class="text_arrange">Download free apps for your customer.</div>
|
38 |
<div class="text_arrange">Download free apps for your customer.</div>
|
| - |
|
39 |
<?php else:?>
|
| - |
|
40 |
<div class="herotext">
|
| - |
|
41 |
Daily profitable deals for you
|
| - |
|
42 |
</div>
|
| - |
|
43 |
<?php endif;?>
|
| 38 |
</div>
|
44 |
</div>
|
| 39 |
<?php if(isset($notification) && !empty($notification)):?>
|
45 |
<?php if(isset($notification) && !empty($notification)):?>
|
| 40 |
<?php if($notification['NotificationRule']['type']=='link'):?>
|
46 |
<?php if($notification['NotificationRule']['type']=='link'):?>
|
| 41 |
<div class="alert alert-info text-center col-xs-12">
|
47 |
<div class="alert alert-info text-center col-xs-12">
|
| 42 |
<a target="_blank" href="<?php echo $notification['NotificationRule']['url'].'?user_id='.$logged_user['id'];?>" class="webnotification"><?php echo $notification['NotificationRule']['message'];?></a>
|
48 |
<a target="_blank" href="<?php echo $notification['NotificationRule']['url'].'?user_id='.$logged_user['id'];?>" class="webnotification"><?php echo $notification['NotificationRule']['message'];?></a>
|