Subversion Repositories SmartDukaan

Rev

Rev 15077 | Rev 15128 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15077 Rev 15085
Line 22... Line 22...
22
					$url .= '&user_id='.$logged_user['id'];
22
					$url .= '&user_id='.$logged_user['id'];
23
				}else{
23
				}else{
24
					$url .= '?user_id='.$logged_user['id'];
24
					$url .= '?user_id='.$logged_user['id'];
25
				}
25
				}
26
			?>
26
			?>
27
			<div class="alert text-center col-xs-8">
27
			<div class="herotext col-xs-8">
-
 
28
				Daily profitable deals for you
28
				<script type="text/javascript">
29
				<script type="text/javascript">
29
					$(function(){
30
					$(function(){
30
						$('.notificationMessage').html('<?php echo $notification['NotificationRule']['message'];?>');
31
						$('.notificationMessage').html('<?php echo $notification['NotificationRule']['message'];?>');
31
						$('.notificationUrl').prop('href','<?php echo $url;?>');
32
						$('.notificationUrl').prop('href','<?php echo $url;?>');
32
						if(showpopup(<?php echo $notification['NotificationRule']['id'];?>,<?php echo $notification['NotificationRule']['popup_display_count'];?>,<?php echo $notification['NotificationRule']['popup_display_interval'];?>)) {
33
						if(showpopup(<?php echo $notification['NotificationRule']['id'];?>,<?php echo $notification['NotificationRule']['popup_display_count'];?>,<?php echo $notification['NotificationRule']['popup_display_interval'];?>)) {