Subversion Repositories SmartDukaan

Rev

Rev 11068 | Rev 11247 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
10582 lgm 1
<?php
2
 if(($stylesheet == 'common.css') || ($stylesheet == 'cart.css')) {?>
3
<div class="features clearfix">
11094 lgm 4
        <a class="on-time" href="#">
10582 lgm 5
          <p>On Time Guarantee</p>
11094 lgm 6
        </a>
7
        <a class="in-store" href="#">
10582 lgm 8
          <p>Pickup from nearest Spice Hotspot Store</p>
11094 lgm 9
        </a>
10
        <a class="emi" href="<?php echo base_url();?>emi-info">
10582 lgm 11
          <p>Pay in 3-18 easy Installments</p>
11094 lgm 12
        </a>
13
        <a class="insure" href="#">
10582 lgm 14
          <p>Insure mobile against theft</p>
11094 lgm 15
        </a>
10582 lgm 16
      </div><!--features-->
17
      <?php } ?>
18
<footer>
19
        <a href="<?php echo base_url()?>contact">contact us</a>
11068 lgm 20
        <!-- <a href="<?php //echo base_url()?>privacy-policy" >privacy policy</a> -->
21
        <a href="<?php echo base_url()?>faq" >faq</a>
10845 lgm 22
        <a href="<?php echo base_url()?>terms-conditions" >T &amp; C</a>
10641 lgm 23
        <a href="http://www.saholic.com">desktop site</a>  
10582 lgm 24
      </footer>