Subversion Repositories SmartDukaan

Rev

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