Subversion Repositories SmartDukaan

Rev

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

Rev 11068 Rev 11094
Line 1... Line 1...
1
<?php
1
<?php
2
 if(($stylesheet == 'common.css') || ($stylesheet == 'cart.css')) {?>
2
 if(($stylesheet == 'common.css') || ($stylesheet == 'cart.css')) {?>
3
<div class="features clearfix">
3
<div class="features clearfix">
4
        <div class="on-time">
4
        <a class="on-time" href="#">
5
          <p>On Time Guarantee</p>
5
          <p>On Time Guarantee</p>
6
        </div>
6
        </a>
7
        <div class="in-store">
7
        <a class="in-store" href="#">
8
          <p>Pickup from nearest Spice Hotspot Store</p>
8
          <p>Pickup from nearest Spice Hotspot Store</p>
9
        </div>
9
        </a>
10
        <div class="emi">
10
        <a class="emi" href="<?php echo base_url();?>emi-info">
11
          <p>Pay in 3-18 easy Installments</p>
11
          <p>Pay in 3-18 easy Installments</p>
12
        </div>
12
        </a>
13
        <div class="insure">
13
        <a class="insure" href="#">
14
          <p>Insure mobile against theft</p>
14
          <p>Insure mobile against theft</p>
15
        </div>
15
        </a>
16
      </div><!--features-->
16
      </div><!--features-->
17
      <?php } ?>
17
      <?php } ?>
18
<footer>
18
<footer>
19
        <a href="<?php echo base_url()?>contact">contact us</a>
19
        <a href="<?php echo base_url()?>contact">contact us</a>
20
        <!-- <a href="<?php //echo base_url()?>privacy-policy" >privacy policy</a> -->
20
        <!-- <a href="<?php //echo base_url()?>privacy-policy" >privacy policy</a> -->