Subversion Repositories SmartDukaan

Rev

Rev 11805 | 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">
11247 lgm 4
        <a class="on-time" href="<?php echo base_url();?>otg">
10582 lgm 5
          <p>On Time Guarantee</p>
11094 lgm 6
        </a>
11247 lgm 7
        <a class="in-store" href="<?php echo base_url();?>instore">
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>
11247 lgm 13
        <a class="insure" href="<?php echo base_url();?>insure">
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>
12524 anikendra 23
        <a onClick="ga('send', 'event', 'Outbound', 'Footer', '<?php echo uri_string();?>');" href="http://www.saholic.com/<?php echo uri_string();?>/?fullbrowser=true&utm_source=mobile_site">desktop site</a>  
11487 anikendra 24
      </footer>