Subversion Repositories SmartDukaan

Rev

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

Rev 12732 Rev 12738
Line 19... Line 19...
19
}
19
}
20
.fl{float: left;}
20
.fl{float: left;}
21
.w23p{width: 23%;}
21
.w23p{width: 23%;}
22
.w75p{width: 75%;margin-left:24%;}
22
.w75p{width: 75%;margin-left:24%;}
23
</style>
23
</style>
-
 
24
<!--
-
 
25
<div id="subView" class="offers clearfix" style="display:none;">
-
 
26
   <a href="<?php echo base_url().'recharge'?>" class="recharge-btn btn" onclick="changeRecharge('3')">Recharge Your Mobile Now </a>
-
 
27
</div>
-
 
28
-->
-
 
29
<!--offers-->
24
<?php $authorized = $this->session->userdata('authorized');?>
30
<?php $authorized = $this->session->userdata('authorized');?>
25
<?php if(isset($authorized['isPrivateDealUser']) && !empty($authorized['isPrivateDealUser'])) :?>
31
<?php if(isset($authorized['isPrivateDealUser']) && !empty($authorized['isPrivateDealUser'])) :?>
26
	<div id="mydeals" class="w23p">
32
	<div id="mydeals" class="w23p">
27
		<a href="<?php echo base_url().'private-deals/1'?>" class="mydeals-btn">Deals</a>
33
		<a href="<?php echo base_url().'private-deals/1'?>" class="mydeals-btn">Deals</a>
28
	</div>
34
	</div>