| 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']['message'];?></a>
|
14 |
<a target="_blank" href="<?php echo $notification['NotificationRule']['url'].'?user_id='.$logged_user['id'];?>" 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 |
<?php if((strcmp($liveScore['mstate'],'inprogress')==0) or (strcmp($liveScore['mstate'],'innings break')==0)):?>
|
| - |
|
19 |
<a target="_blank" href="http://m.cricbuzz.com/live-cricket-scores/<?php echo $liveScore['id'];?>">
|
| - |
|
20 |
<p><?php echo $liveScore['matchDesc'].' : '.$liveScore['battingTeamName'].' '.$liveScore['battingTeamRuns'].'/'.$liveScore['battingTeamWickets'].'('.$liveScore['battingTeamOvers'].')';?></p>
|
| - |
|
21 |
<p><?php echo $liveScore['status'];?></p>
|
| - |
|
22 |
</a>
|
| - |
|
23 |
<?php else:?>
|
| 18 |
Daily profitable deals for you
|
24 |
Daily profitable deals for you
|
| - |
|
25 |
<?php endif;?>
|
| 19 |
</div>
|
26 |
</div>
|
| 20 |
<?php endif;?>
|
27 |
<?php endif;?>
|
| 21 |
<div class="col-xs-4 ">
|
28 |
<div class="col-xs-4 ">
|
| 22 |
<div class="dropdown pull-right">
|
29 |
<div class="dropdown pull-right">
|
| 23 |
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
|
30 |
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
|
| 24 |
<span class="caret"></span> SORT
|
31 |
<span class="caret"></span> SORT
|