|
|
@ -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> |