peijunlei 1 week ago
parent
commit
4b9b8cb392
  1. 7
      public/themes/website/1/en/demo/components/footer.html
  2. 6
      public/themes/website/1/zh/demo/components/footer.html

7
public/themes/website/1/en/demo/components/footer.html

@ -43,7 +43,6 @@
{php} {php}
$ft_href = $child['href'] ?? ''; $ft_href = $child['href'] ?? '';
$ft_child_cid = (int)($child['category_id'] ?? 0); $ft_child_cid = (int)($child['category_id'] ?? 0);
// 产品列:与头部一致,拼接 cat=product-control-{栏目ID}
if ($ft_is_product && $ft_child_cid > 0 && $ft_href !== '') { if ($ft_is_product && $ft_child_cid > 0 && $ft_href !== '') {
$ft_href .= (strpos($ft_href, '?') !== false ? '&' : '?') . 'cat=product-control-' . $ft_child_cid; $ft_href .= (strpos($ft_href, '?') !== false ? '&' : '?') . 'cat=product-control-' . $ft_child_cid;
} }
@ -59,8 +58,10 @@
<p class="site-footer__copyright">Copyright 2026 {hcTaglib:setting name="company_name" type="1" /} All rights reserved | {hcTaglib:setting name="icp" type="2" /} | <img <p class="site-footer__copyright">Copyright 2026 {hcTaglib:setting name="company_name" type="1" /} All rights reserved | {hcTaglib:setting name="icp" type="2" /} | <img
class="site-footer__gongan" src="/themes/dist_static/static/images/gongan-DdFBmJbc.png" alt="" /> {hcTaglib:setting name="gwa" type="2" /}</p> class="site-footer__gongan" src="/themes/dist_static/static/images/gongan-DdFBmJbc.png" alt="" /> {hcTaglib:setting name="gwa" type="2" /}</p>
<div class="site-footer__legal"> <div class="site-footer__legal">
<a href="{:getMuiLangUrl('/sitemap.html')}">Sitemap</a>
<a href="{:getMuiLangUrl('/privacy.html')}">Privacy Policy</a>
<!-- <a href="{:getMuiLangUrl('/sitemap.html')}">Sitemap</a> -->
<!-- <a href="{:getMuiLangUrl('/privacy.html')}">Privacy Policy</a> -->
<a href="javascript:;">Sitemap</a>
<a href="javascript:;">Privacy Policy</a>
</div> </div>
</div> </div>
</div> </div>

6
public/themes/website/1/zh/demo/components/footer.html

@ -59,8 +59,10 @@
<p class="site-footer__copyright">Copyright 2026 {hcTaglib:setting name="company_name" type="1" /} 版权所有 | {hcTaglib:setting name="icp" type="2" /} | <img <p class="site-footer__copyright">Copyright 2026 {hcTaglib:setting name="company_name" type="1" /} 版权所有 | {hcTaglib:setting name="icp" type="2" /} | <img
class="site-footer__gongan" src="/themes/dist_static/static/images/gongan-DdFBmJbc.png" alt="" /> {hcTaglib:setting name="gwa" type="2" /}</p> class="site-footer__gongan" src="/themes/dist_static/static/images/gongan-DdFBmJbc.png" alt="" /> {hcTaglib:setting name="gwa" type="2" /}</p>
<div class="site-footer__legal"> <div class="site-footer__legal">
<a href="{:getMuiLangUrl('/sitemap.html')}">网站地图</a>
<a href="{:getMuiLangUrl('/privacy.html')}">隐私声明</a>
<!-- <a href="{:getMuiLangUrl('/sitemap.html')}">网站地图</a> -->
<!-- <a href="{:getMuiLangUrl('/privacy.html')}">隐私声明</a> -->
<a href="javascript:;">网站地图</a>
<a href="javascript:;">隐私声明</a>
</div> </div>
</div> </div>
</div> </div>
Loading…
Cancel
Save