Subversion Repositories SmartDukaan

Rev

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

Rev 17129 Rev 17130
Line 83... Line 83...
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-8">
88
		Daily profitable deals for you
88
		<!-- Daily profitable deals for you -->
-
 
89
		<?php echo $this->element('headerlinks',array(),array());?>
89
		<script type="text/javascript">
90
		<script type="text/javascript">
90
			$(function(){
91
			$(function(){
91
				$('.notificationMessage').html('<?php echo $notification['NotificationRule']['message'];?>');
92
				$('.notificationMessage').html('<?php echo $notification['NotificationRule']['message'];?>');
92
				$('.notificationUrl').prop('href','<?php echo $url;?>').data('id','<?php echo $notification['NotificationRule']['id'];?>');
93
				$('.notificationUrl').prop('href','<?php echo $url;?>').data('id','<?php echo $notification['NotificationRule']['id'];?>');
93
				if(showpopup(<?php echo $notification['NotificationRule']['id'];?>,<?php echo $notification['NotificationRule']['popup_display_count'];?>,<?php echo $notification['NotificationRule']['popup_display_interval'];?>)) {
94
				if(showpopup(<?php echo $notification['NotificationRule']['id'];?>,<?php echo $notification['NotificationRule']['popup_display_count'];?>,<?php echo $notification['NotificationRule']['popup_display_interval'];?>)) {