| Line 29... |
Line 29... |
| 29 |
</ul>
|
29 |
</ul>
|
| 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 class="text-center">
|
- |
|
| 36 |
<?php if($id==2):?>
|
35 |
<?php if($id==2):?>
|
| - |
|
36 |
<div class="text-center">
|
| 37 |
<a href = "<?php echo $base_url;?>appb"><span style="color:red;font-size:1.1em">Earn upto Rs. 10,000 pm</span> <u style="font-size:1.1em">See how</u></a><br>
|
37 |
<a href = "<?php echo $base_url;?>appb"><span style="color:red;font-size:1.1em">Earn upto Rs. 10,000 pm</span> <u style="font-size:1.1em">See how</u></a><br>
|
| 38 |
<div class="text_arrange cb">Download free apps for your customer.</div>
|
38 |
<div class="text_arrange cb">Download free apps for your customer.</div>
|
| 39 |
<?php else:?>
|
- |
|
| 40 |
<div class="herotext text-left">
|
- |
|
| 41 |
Daily profitable deals for you
|
- |
|
| 42 |
</div>
|
39 |
</div>
|
| 43 |
<?php endif;?>
|
40 |
<?php endif;?>
|
| 44 |
</div>
|
- |
|
| 45 |
<?php if(isset($notification) && !empty($notification)):?>
|
41 |
<?php if(isset($notification) && !empty($notification)):?>
|
| 46 |
<?php if($notification['NotificationRule']['type']=='link'):?>
|
42 |
<?php if($notification['NotificationRule']['type']=='link'):?>
|
| 47 |
<div class="alert alert-info text-center col-xs-12">
|
43 |
<div class="alert alert-info text-center col-xs-12">
|
| 48 |
<a target="_blank" href="<?php echo $notification['NotificationRule']['url'].'?user_id='.$logged_user['id'];?>" class="webnotification"><?php echo $notification['NotificationRule']['message'];?></a>
|
44 |
<a target="_blank" href="<?php echo $notification['NotificationRule']['url'].'?user_id='.$logged_user['id'];?>" class="webnotification"><?php echo $notification['NotificationRule']['message'];?></a>
|
| 49 |
</div>
|
45 |
</div>
|
| Line 88... |
Line 84... |
| 88 |
<p><?php echo $liveScore['status'];?></p>
|
84 |
<p><?php echo $liveScore['status'];?></p>
|
| 89 |
</a>
|
85 |
</a>
|
| 90 |
<?php else:?>
|
86 |
<?php else:?>
|
| 91 |
<?php if($id!=2):?>
|
87 |
<?php if($id!=2):?>
|
| 92 |
<?php //echo $this->element('headerlinks',array(),array());?>
|
88 |
<?php //echo $this->element('headerlinks',array(),array());?>
|
| 93 |
<?php endif;?>
|
89 |
Daily profitable deals for you
|
| 94 |
<!-- Daily profitable deals for you -->
|
90 |
<?php endif;?>
|
| 95 |
<?php endif;?>
|
91 |
<?php endif;?>
|
| 96 |
</div>
|
92 |
</div>
|
| 97 |
<div class="col-xs-4 pt7">
|
93 |
<div class="col-xs-4 pt7">
|
| 98 |
<?php if(isset($brandschosen) && !empty($brandschosen)):?>
|
94 |
<?php if(isset($brandschosen) && !empty($brandschosen)):?>
|
| 99 |
<a class="btn btn-xs btn-danger filteraction clearfilters pull-right mr5" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
|
95 |
<a class="btn btn-xs btn-danger filteraction clearfilters pull-right mr5" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
|