|
@@ -9,14 +9,9 @@
|
|
|
?>
|
|
|
<div class="footer-container">
|
|
|
<!--======= footer navigation =======-->
|
|
|
-
|
|
|
<div class="container">
|
|
|
- <div class="row">
|
|
|
- <div class="col-lg-12">
|
|
|
- <!--======= widget block =======-->
|
|
|
-
|
|
|
- <div class="widget-block">
|
|
|
- <h4 class="footer-widget-title mt-sm-20 mb-sm-10 text-xl-center">JOIN OUR NEWSLETTER NOW</h4>
|
|
|
+ <div class="widget-block text-xl-center">
|
|
|
+ <h4 class="html5_foot_title">JOIN OUR NEWSLETTER NOW</h4>
|
|
|
<!--======= newsletter formq =======-->
|
|
|
<div class="text-xl-center">
|
|
|
<form class="mc-form" method="get" action="<?= Yii::$service->url->getUrl('customer/newsletter') ?>">
|
|
@@ -25,42 +20,33 @@
|
|
|
</form>
|
|
|
</div>
|
|
|
<!--======= End of newsletter formq =======-->
|
|
|
- <div class="social-links text-xl-center ">
|
|
|
+ <div class="social-links">
|
|
|
<ul>
|
|
|
<li><a href="http://www.twitter.com/" class="twitter" data-tooltip="Twitter"><i class="fa fa-twitter"></i></a></li>
|
|
|
<li><a href="http://www.facebook.com/" class="facebook" data-tooltip="Facebook"><i class="fa fa-facebook"></i></a></li>
|
|
|
+ <li><a href="http://www.instagram.com/" class="instagram" data-tooltip="instagram"><i class="fa fa-instagram"></i></a></li>
|
|
|
+ <li><a href="http://www.tumblr.com/" class="tumblr" data-tooltip="tumblr"><i class="fa fa-tumblr"></i></a></li>
|
|
|
+ <li><a href="http://www.youtube.com/" class="youtube" data-tooltip="youtube"><i class="fa fa-youtube"></i></a></li>
|
|
|
+ <li><a href="http://www.youtube.com/" class="google" data-tooltip="google"><i class="fa fa-google"></i></a></li>
|
|
|
<li><a href="http://www.behance.com/" class="behance" data-tooltip="Behance"><i class="fa fa-behance"></i></a></li>
|
|
|
<li><a href="http://www.pinterest.com/" class="pinterest" data-tooltip="Pinterest"><i class="fa fa-pinterest"></i></a></li>
|
|
|
<li><a href="http://www.rss.com/" class="rss" data-tooltip="RSS"><i class="fa fa-rss"></i></a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
- <!--======= End of widget block =======-->
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
</div>
|
|
|
- <!--======= footer copyright =======-->
|
|
|
- <div class="container">
|
|
|
- <div class="row align-items-center">
|
|
|
- <div class=" text-center mb-20 mb-md-0">
|
|
|
- <!--======= footer copyright text =======-->
|
|
|
- <div class="footer-copyright-text">
|
|
|
+
|
|
|
+ <div class="container foot_foot_content">
|
|
|
+ <div class="html5_foot_foot_text">
|
|
|
<p>Copyright © 2018 <a href="http://www.fecshop.com/">Fecshop</a>, All Rights Reserved.</p>
|
|
|
- </div>
|
|
|
- <!--======= End of footer copyright text =======-->
|
|
|
</div>
|
|
|
- <div class=" text-center ">
|
|
|
+ <div class="text-center">
|
|
|
<!--======= payment logo =======-->
|
|
|
<div class="payment-logo">
|
|
|
<img src="<?= Yii::$service->image->getImgUrl('addons/fectfurnilife/payment.png'); ?>" class="img-fluid" alt="">
|
|
|
</div>
|
|
|
<!--======= End of payment logo =======-->
|
|
|
</div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
|
|
|
-
|
|
|
- <!--======= End of footer copyright =======-->
|
|
|
</div>
|