refactor: 调活顶部导航中店铺按钮
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'header_navigation' => [
|
'header_navigation' => [
|
||||||
'product_categorys' => 'Products'
|
'product_categorys' => 'Products',
|
||||||
|
'store' => 'Store'
|
||||||
],
|
],
|
||||||
'header_search' => [
|
'header_search' => [
|
||||||
'history' => 'Search History',
|
'history' => 'Search History',
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'header_navigation' => [
|
'header_navigation' => [
|
||||||
'product_categorys' => '产品列表'
|
'product_categorys' => '产品列表',
|
||||||
|
'store' => '店铺'
|
||||||
],
|
],
|
||||||
'header_search' => [
|
'header_search' => [
|
||||||
'hot_product' => '热销产品',
|
'hot_product' => '热销产品',
|
||||||
|
|||||||
@@ -87,8 +87,11 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 英文官网才有-->
|
{notempty name="basic_config['navigation_store_url']['value']"}
|
||||||
<a class="storetopbt"><img src="__IMAGES__/shopico.png" class="storeImgico" />Store </a>
|
<a class="storetopbt" href="{$basic_config['navigation_store_url']['value']}">
|
||||||
|
<img src="__IMAGES__/shopico.png" class="storeImgico" />{:lang('header_navigation.store')}
|
||||||
|
</a>
|
||||||
|
{/notempty}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user