| Line 9... |
Line 9... |
| 9 |
<?php //$skipmobileverification = SessionHelper::read('skipmobileverification');if(!$logged_user['mobile_verified'] && !isset($skipmobileverification)):?>
|
9 |
<?php //$skipmobileverification = SessionHelper::read('skipmobileverification');if(!$logged_user['mobile_verified'] && !isset($skipmobileverification)):?>
|
| 10 |
<!-- <div class="verificationalert">Your phone number is not verified. <a href="<?php echo $base_url;?>/users/verifymobile">Verify now</a></div> -->
|
10 |
<!-- <div class="verificationalert">Your phone number is not verified. <a href="<?php echo $base_url;?>/users/verifymobile">Verify now</a></div> -->
|
| 11 |
<?php //endif;?>
|
11 |
<?php //endif;?>
|
| 12 |
<?php if(isset($notification) && !empty($notification)):?>
|
12 |
<?php if(isset($notification) && !empty($notification)):?>
|
| 13 |
<div class="alert alert-info text-center col-xs-8">
|
13 |
<div class="alert alert-info text-center col-xs-8">
|
| 14 |
<a target="_blank" href="<?php echo $notification['NotificationRule']['url'];?>" class="webnotification"><?php echo $notification['NotificationRule']['name'];?></a>
|
14 |
<a target="_blank" href="<?php echo $notification['NotificationRule']['url'];?>" class="webnotification"><?php echo $notification['NotificationRule']['message'];?></a>
|
| 15 |
</div>
|
15 |
</div>
|
| 16 |
<?php else:?>
|
16 |
<?php else:?>
|
| 17 |
<div class="col-xs-8 herotext">
|
17 |
<div class="col-xs-8 herotext">
|
| 18 |
Daily profitable deals for you
|
18 |
Daily profitable deals for you
|
| 19 |
</div>
|
19 |
</div>
|