| Line 70... |
Line 70... |
| 70 |
$url .= '?user_id='.$logged_user['id'];
|
70 |
$url .= '?user_id='.$logged_user['id'];
|
| 71 |
}
|
71 |
}
|
| 72 |
?>
|
72 |
?>
|
| 73 |
<div class="herotext col-xs-9" style='padding-top:0px'>
|
73 |
<div class="herotext col-xs-9" style='padding-top:0px'>
|
| 74 |
<!-- Daily profitable deals for you -->
|
74 |
<!-- Daily profitable deals for you -->
|
| 75 |
<?php echo $this->element('headerlinks',array(),array());?>
|
75 |
<?php //echo $this->element('headerlinks',array(),array());?>
|
| 76 |
<script type="text/javascript">
|
76 |
<script type="text/javascript">
|
| 77 |
$(function(){
|
77 |
$(function(){
|
| 78 |
$('.notificationMessage').html('<?php echo $notification['NotificationRule']['message'];?>');
|
78 |
$('.notificationMessage').html('<?php echo $notification['NotificationRule']['message'];?>');
|
| 79 |
$('.notificationUrl').prop('href','<?php echo $url;?>').data('id','<?php echo $notification['NotificationRule']['id'];?>');
|
79 |
$('.notificationUrl').prop('href','<?php echo $url;?>').data('id','<?php echo $notification['NotificationRule']['id'];?>');
|
| 80 |
if(showpopup(<?php echo $notification['NotificationRule']['id'];?>,<?php echo $notification['NotificationRule']['popup_display_count'];?>,<?php echo $notification['NotificationRule']['popup_display_interval'];?>)) {
|
80 |
if(showpopup(<?php echo $notification['NotificationRule']['id'];?>,<?php echo $notification['NotificationRule']['popup_display_count'];?>,<?php echo $notification['NotificationRule']['popup_display_interval'];?>)) {
|
| Line 93... |
Line 93... |
| 93 |
<?php if((isset($brands) && !empty($brands)) || (isset($subcategories) && !empty($subcategories))):?>
|
93 |
<?php if((isset($brands) && !empty($brands)) || (isset($subcategories) && !empty($subcategories))):?>
|
| 94 |
<a class="filteraction clearfilters btn btn-xs btn-danger pull-right mr5" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
|
94 |
<a class="filteraction clearfilters btn btn-xs btn-danger pull-right mr5" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
|
| 95 |
<?php endif;?>
|
95 |
<?php endif;?>
|
| 96 |
</div>
|
96 |
</div>
|
| 97 |
<?php endif;?>
|
97 |
<?php endif;?>
|
| 98 |
<?php else:?>
|
98 |
<?php endif;?>
|
| 99 |
<?php if($id!=2):?>
|
99 |
<?php if($id!=2):?>
|
| 100 |
<div class="col-xs-9 herotext" style='padding-top:0px'>
|
100 |
<div class="col-xs-9 herotext" style='padding-top:0px'>
|
| 101 |
<?php echo $this->element('headerlinks',array(),array());?>
|
101 |
<?php echo $this->element('headerlinks',array(),array());?>
|
| 102 |
<!-- Daily profitable deals for you -->
|
102 |
<!-- Daily profitable deals for you -->
|
| 103 |
</div>
|
103 |
</div>
|
| Line 105... |
Line 105... |
| 105 |
<?php if((isset($brands) && !empty($brands)) || (isset($subcategories) && !empty($subcategories))):?>
|
105 |
<?php if((isset($brands) && !empty($brands)) || (isset($subcategories) && !empty($subcategories))):?>
|
| 106 |
<a class="btn btn-xs btn-danger filteraction clearfilters pull-right mr5" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
|
106 |
<a class="btn btn-xs btn-danger filteraction clearfilters pull-right mr5" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
|
| 107 |
<?php endif;?>
|
107 |
<?php endif;?>
|
| 108 |
</div>
|
108 |
</div>
|
| 109 |
<?php endif;?>
|
109 |
<?php endif;?>
|
| 110 |
<?php endif;?>
|
110 |
|
| 111 |
|
111 |
|
| 112 |
<?php if($id!=2) {?>
|
112 |
<?php if($id!=2) {?>
|
| 113 |
<div class = 'col-xs-3 bg-white' style='float:left'>
|
113 |
<div class = 'col-xs-3 bg-white' style='float:left'>
|
| 114 |
|
114 |
|
| 115 |
<ul class="nav">
|
115 |
<ul class="nav">
|