Subversion Repositories SmartDukaan

Rev

Rev 12524 | 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>
12612 anikendra 19
        <a href="<?php echo base_url()?>contact" title="Contact us">contact us</a>
11068 lgm 20
        <!-- <a href="<?php //echo base_url()?>privacy-policy" >privacy policy</a> -->
12612 anikendra 21
        <a href="<?php echo base_url()?>faq" title="Frequently asked questions">faq</a>
22
        <a href="<?php echo base_url()?>terms-conditions" title="Terms and conditions">T &amp; C</a>
23
        <a href="<?php echo base_url()?>search" title="Search mobile phones and accessories">Search</a>
24
        <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" title="Go to our desktop website">desktop site</a>  
11487 anikendra 25
      </footer>