From 35c7b841f41398ab270d9316e41e841ec6bfd9c0 Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Mon, 15 Sep 2025 15:00:41 +0800
Subject: [PATCH] 提交
---
app/home/view/common/footer.html | 16 +++-------------
1 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/app/home/view/common/footer.html b/app/home/view/common/footer.html
index 824da49..a9e3bff 100644
--- a/app/home/view/common/footer.html
+++ b/app/home/view/common/footer.html
@@ -6,7 +6,7 @@
<div class="col-sm-12 col-md-6 col-lg-3">
<div id="twr_description_widget-2" class="widget widget_twr_description_widget">
<div class="itpart-description-area">
- <a href="#"><img src="/static/home/images/logo.png" alt="Footer logo" class="logo"></a>
+ <a href="#"><img src="/static/images/logo.png" alt="Footer logo" class="logo"></a>
<p>{{ $t('message.footer.text-1') }}</p>
<!-- <p class="phone"><a href="tel:"> </a></p> -->
<!-- <div class="social-icons">
@@ -96,26 +96,16 @@
</div>
</div>
<!-- END FOOTER MIDDLE AREA -->
+
<!-- FOOTER BOTTOM AREA -->
<div class="footer-bottom">
<div class="container">
<div class="row">
- <!-- FOOTER COPYRIGHT STYLE 1 -->
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="copy-right-text">
- <!-- FOOTER COPYRIGHT TEXT -->
- <p>Copyright © All rights reserved. <a target="_blank" href="https://www.mobanwang.com/" title="网站模板" class="text-white">网站模板</a></p>
+ <p>Copyright © All rights reserved</p>
</div>
</div>
- <!-- <div class="col-lg-6 col-md-6 col-sm-12">
- <div class="footer-menu">
- <ul class="text-right">
- <li><a href="#">Service</a></li>
- <li><a href="#">Contact</a></li>
- </ul>
- </div>
- </div> -->
- <!-- FOOTER COPYRIGHT STYLE 3 -->
</div>
</div>
</div>
--
Gitblit v1.9.0