diff --git a/app/index/lang/en-us.php b/app/index/lang/en-us.php index 62b86746..b3f5e7bd 100644 --- a/app/index/lang/en-us.php +++ b/app/index/lang/en-us.php @@ -2,7 +2,8 @@ return [ 'header_navigation' => [ - 'product_categorys' => 'Products' + 'product_categorys' => 'Products', + 'store' => 'Store' ], 'header_search' => [ 'history' => 'Search History', diff --git a/app/index/lang/zh-cn.php b/app/index/lang/zh-cn.php index f12d0f37..4b3ae45d 100644 --- a/app/index/lang/zh-cn.php +++ b/app/index/lang/zh-cn.php @@ -2,7 +2,8 @@ return [ 'header_navigation' => [ - 'product_categorys' => '产品列表' + 'product_categorys' => '产品列表', + 'store' => '店铺' ], 'header_search' => [ 'hot_product' => '热销产品', diff --git a/app/index/view/public/header.html b/app/index/view/public/header.html index f5dcd144..26cec323 100644 --- a/app/index/view/public/header.html +++ b/app/index/view/public/header.html @@ -87,8 +87,11 @@ - - Store + {notempty name="basic_config['navigation_store_url']['value']"} + + {:lang('header_navigation.store')} + + {/notempty}