| Line 7... |
Line 7... |
| 7 |
<?php if($id == 3):?>
|
7 |
<?php if($id == 3):?>
|
| 8 |
myScroll3 = new IScroll('#wrapper3', { scrollX: true, scrollY: false, mouseWheel: true, click: true, tap: true });
|
8 |
myScroll3 = new IScroll('#wrapper3', { scrollX: true, scrollY: false, mouseWheel: true, click: true, tap: true });
|
| 9 |
|
9 |
|
| 10 |
<?php endif;?>
|
10 |
<?php endif;?>
|
| 11 |
myScroll1 = new IScroll('#wrapper1', { scrollX: true, scrollY: false, mouseWheel: true, click: true, tap: true });
|
11 |
myScroll1 = new IScroll('#wrapper1', { scrollX: true, scrollY: false, mouseWheel: true, click: true, tap: true });
|
| - |
|
12 |
}
|
| 12 |
}</script>
|
13 |
</script>
|
| - |
|
14 |
|
| 13 |
|
15 |
|
| 14 |
<script>
|
16 |
<script>
|
| 15 |
$(document).ready(function(){
|
17 |
$(document).ready(function(){
|
| 16 |
|
18 |
|
| 17 |
var scrollerwidth = 0;
|
19 |
var scrollerwidth = 0;
|
| Line 222... |
Line 224... |
| 222 |
$url .= '?user_id='.$logged_user['id'];
|
224 |
$url .= '?user_id='.$logged_user['id'];
|
| 223 |
}
|
225 |
}
|
| 224 |
?>
|
226 |
?>
|
| 225 |
<div class="herotext col-xs-9" style='padding-top:0px'>
|
227 |
<div class="herotext col-xs-9" style='padding-top:0px'>
|
| 226 |
<!-- Daily profitable deals for you -->
|
228 |
<!-- Daily profitable deals for you -->
|
| 227 |
<?php //echo $this->element('headerlinks',array(),array());?>
|
- |
|
| 228 |
<script type="text/javascript">
|
229 |
<script type="text/javascript">
|
| 229 |
$(function(){
|
230 |
$(function(){
|
| 230 |
$('.notificationMessage').html('<?php echo $notification['NotificationRule']['message'];?>');
|
231 |
$('.notificationMessage').html('<?php echo $notification['NotificationRule']['message'];?>');
|
| 231 |
$('.notificationUrl').prop('href','<?php echo $url;?>').data('id','<?php echo $notification['NotificationRule']['id'];?>');
|
232 |
$('.notificationUrl').prop('href','<?php echo $url;?>').data('id','<?php echo $notification['NotificationRule']['id'];?>');
|
| 232 |
if(showpopup(<?php echo $notification['NotificationRule']['id'];?>,<?php echo $notification['NotificationRule']['popup_display_count'];?>,<?php echo $notification['NotificationRule']['popup_display_interval'];?>)) {
|
233 |
if(showpopup(<?php echo $notification['NotificationRule']['id'];?>,<?php echo $notification['NotificationRule']['popup_display_count'];?>,<?php echo $notification['NotificationRule']['popup_display_interval'];?>)) {
|
| Line 265... |
Line 266... |
| 265 |
<div class="col-xs-9 herotext" style='padding-top:0px'>
|
266 |
<div class="col-xs-9 herotext" style='padding-top:0px'>
|
| 266 |
|
267 |
|
| 267 |
<?php if($id == 6):?>
|
268 |
<?php if($id == 6):?>
|
| 268 |
<div id="wrapperboss" style="position:relative;">
|
269 |
<div id="wrapperboss" style="position:relative;">
|
| 269 |
<!-- crossfilter start -->
|
270 |
<!-- crossfilter start -->
|
| - |
|
271 |
<script type="text/javascript">
|
| - |
|
272 |
function loaded () {
|
| - |
|
273 |
myScroll1 = new IScroll('#wrapper1', { scrollX: true, scrollY: false, mouseWheel: true, click: true, tap: true });
|
| 270 |
|
274 |
}
|
| - |
|
275 |
</script>
|
| 271 |
<div id="wrapper1" style="background:white;">
|
276 |
<div id="wrapper1" style="background:white;">
|
| 272 |
<div id="scroller1">
|
277 |
<div id="scroller1">
|
| 273 |
<ul>
|
278 |
<ul>
|
| 274 |
|
279 |
|
| 275 |
<?php foreach($allbrandsubcat['idListInfo'] as $akey => $avalue ):?>
|
280 |
<?php foreach($allbrandsubcat['idListInfo'] as $akey => $avalue ):?>
|