Subversion Repositories SmartDukaan

Rev

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

Rev 11094 Rev 11247
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
        <a class="on-time" href="#">
4
        <a class="on-time" href="<?php echo base_url();?>otg">
5
          <p>On Time Guarantee</p>
5
          <p>On Time Guarantee</p>
6
        </a>
6
        </a>
7
        <a class="in-store" href="#">
7
        <a class="in-store" href="<?php echo base_url();?>instore">
8
          <p>Pickup from nearest Spice Hotspot Store</p>
8
          <p>Pickup from nearest Spice Hotspot Store</p>
9
        </a>
9
        </a>
10
        <a class="emi" href="<?php echo base_url();?>emi-info">
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
        </a>
12
        </a>
13
        <a class="insure" href="#">
13
        <a class="insure" href="<?php echo base_url();?>insure">
14
          <p>Insure mobile against theft</p>
14
          <p>Insure mobile against theft</p>
15
        </a>
15
        </a>
16
      </div><!--features-->
16
      </div><!--features-->
17
      <?php } ?>
17
      <?php } ?>
18
<footer>
18
<footer>