Subversion Repositories SmartDukaan

Rev

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

<style>
#moreitem{
    margin: 2px auto;
    height: 30px;
    color: #555;
    background-color: #f5f5f5;
    padding:4px;
}
a:hover {
  text-decoration:none;
  color: #222222;
}
</style>
<div id= "moreitem" class="quickclick">    
        <a href="<?php echo $_SERVER['HTTP_REFERER'];?>"><span style="padding:3px" class="glyphicon glyphicon-arrow-left"></span>
        <?php if($filtertype == 'exclusive'):?>
        Direct Deals
        <?php elseif($filtertype == 'below1000'):?>
        Feature phone below 1000
        <?php endif?>
        </a>
</div>
<div class="content" id="regularcontent">

  <div class="row scroll scrollselector">
        <?php echo $this->element('deals');?>    
  </div>  
</div>
 
<script type="text/javascript" src="/js/jquery.jscroll.min.js?v=<?php echo $staticversion;?>"></script>
<script type="text/javascript" src="/js/profittill.js?v=<?php echo $staticversion;?>"></script>
<script type="text/javascript" src="/js/checkout.js?v=<?php echo $staticversion;?>"></script>