Subversion Repositories SmartDukaan

Rev

Rev 20691 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
19903 naman 1
<style>
2
#moreitem{
3
    margin: 2px auto;
4
    height: 30px;
5
    color: #555;
6
    background-color: #f5f5f5;
7
    padding:4px;
8
}
9
a:hover {
10
  text-decoration:none;
11
  color: #222222;
12
}
13
</style>
19911 naman 14
<div id= "moreitem" class="quickclick">    
20013 naman 15
	<a href="<?php echo $_SERVER['HTTP_REFERER'];?>"><span style="padding:3px" class="glyphicon glyphicon-arrow-left"></span>
16
	<?php if($filtertype == 'exclusive'):?>
20692 amit.gupta 17
	Direct Deals
20013 naman 18
	<?php elseif($filtertype == 'below1000'):?>
20017 naman 19
	Feature phone below 1000
20013 naman 20
	<?php endif?>
21
	</a>
19903 naman 22
</div>
23
<div class="content" id="regularcontent">
24
 
25
  <div class="row scroll scrollselector">
26
	<?php echo $this->element('deals');?>    
27
  </div>  
28
</div>
29
 
30
<script type="text/javascript" src="/js/jquery.jscroll.min.js?v=<?php echo $staticversion;?>"></script>
31
<script type="text/javascript" src="/js/profittill.js?v=<?php echo $staticversion;?>"></script>
32
<script type="text/javascript" src="/js/checkout.js?v=<?php echo $staticversion;?>"></script>
33
 
34
 
35
 
36
 
37