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