| Line 82... |
Line 82... |
| 82 |
$url .= '&user_id='.$logged_user['id'];
|
82 |
$url .= '&user_id='.$logged_user['id'];
|
| 83 |
}else{
|
83 |
}else{
|
| 84 |
$url .= '?user_id='.$logged_user['id'];
|
84 |
$url .= '?user_id='.$logged_user['id'];
|
| 85 |
}
|
85 |
}
|
| 86 |
?>
|
86 |
?>
|
| 87 |
<div class="herotext col-xs-8">
|
87 |
<div class="herotext col-xs-9" style='padding-top:0px'>
|
| 88 |
<!-- Daily profitable deals for you -->
|
88 |
<!-- Daily profitable deals for you -->
|
| 89 |
<?php echo $this->element('headerlinks',array(),array());?>
|
89 |
<?php echo $this->element('headerlinks',array(),array());?>
|
| 90 |
<script type="text/javascript">
|
90 |
<script type="text/javascript">
|
| 91 |
$(function(){
|
91 |
$(function(){
|
| 92 |
$('.notificationMessage').html('<?php echo $notification['NotificationRule']['message'];?>');
|
92 |
$('.notificationMessage').html('<?php echo $notification['NotificationRule']['message'];?>');
|
| Line 101... |
Line 101... |
| 101 |
pma.send('popupnotification','shown','<?php echo $notification['NotificationRule']['type'];?>',me,properties);
|
101 |
pma.send('popupnotification','shown','<?php echo $notification['NotificationRule']['type'];?>',me,properties);
|
| 102 |
}
|
102 |
}
|
| 103 |
});
|
103 |
});
|
| 104 |
</script>
|
104 |
</script>
|
| 105 |
</div>
|
105 |
</div>
|
| 106 |
<div class="col-xs-4 pt7">
|
106 |
<div class="col-xs-3 pt7">
|
| 107 |
<?php if(isset($brandschosen) && !empty($brandschosen)):?>
|
107 |
<?php if(isset($brandschosen) && !empty($brandschosen)):?>
|
| 108 |
<a class="filteraction clearfilters btn btn-xs btn-danger pull-right mr5" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
|
108 |
<a class="filteraction clearfilters btn btn-xs btn-danger pull-right mr5" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
|
| 109 |
<?php endif;?>
|
109 |
<?php endif;?>
|
| 110 |
</div>
|
110 |
</div>
|
| 111 |
<?php endif;?>
|
111 |
<?php endif;?>
|
| 112 |
<?php else:?>
|
112 |
<?php else:?>
|
| 113 |
<?php if($id!=2):?>
|
113 |
<?php if($id!=2):?>
|
| 114 |
<div class="col-xs-8 herotext">
|
114 |
<div class="col-xs-9 herotext" style='padding-top:0px'>
|
| 115 |
<?php echo $this->element('headerlinks',array(),array());?>
|
115 |
<?php echo $this->element('headerlinks',array(),array());?>
|
| 116 |
<!-- Daily profitable deals for you -->
|
116 |
<!-- Daily profitable deals for you -->
|
| 117 |
</div>
|
117 |
</div>
|
| 118 |
<div class="col-xs-4 pt7">
|
118 |
<div class="col-xs-3 pt7">
|
| 119 |
<?php if(isset($brandschosen) && !empty($brandschosen)):?>
|
119 |
<?php if(isset($brandschosen) && !empty($brandschosen)):?>
|
| 120 |
<a class="btn btn-xs btn-danger filteraction clearfilters pull-right mr5" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
|
120 |
<a class="btn btn-xs btn-danger filteraction clearfilters pull-right mr5" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
|
| 121 |
<?php endif;?>
|
121 |
<?php endif;?>
|
| 122 |
</div>
|
122 |
</div>
|
| 123 |
<?php endif;?>
|
123 |
<?php endif;?>
|