Browse Source

fix(category): update category links to use getMuiLangUrl for consistent language handling

master
peijunlei 2 weeks ago
parent
commit
feafccd019
  1. 2
      public/themes/website/1/en/demo/category.html

2
public/themes/website/1/en/demo/category.html

@ -75,7 +75,7 @@ $current_cate_id = $current_cate['id'] ?? '';
</span>
{hcTaglib:category id="$ui_product" item="vo" field="*"}
<a class="c-breadcrumb__link" href="{$vo.alias}">{$vo.title}</a>
<a class="c-breadcrumb__link" href="{:getMuiLangUrl($vo.alias)}">{$vo.title}</a>
{/hcTaglib:category}
<span class="c-breadcrumb__sep" aria-hidden="true">

Loading…
Cancel
Save