1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?php
- /**
- * FecShop file.
- *
- * @link http://www.fecshop.com/
- *
- * @copyright Copyright (c) 2016 FecShop Software LLC
- * @license http://www.fecshop.com/license/
- */
- return [
- 'cms' => [
- 'params'=> [
- 'home_title' => [
- 'home_title_en' => 'Fecshop Home Page En',
- 'home_title_zh' => 'Fecshop Home Page Zh',
- 'home_title_fr' => 'Fecshop Home Page Fr',
- 'home_title_es' => 'Fecshop Home Page Es',
- ],
- 'home_meta_keywords' => [
- 'home_meta_keywords_en' => 'Fecshop , Fashion E-Commerce Shop En',
- 'home_meta_keywords_zh' => 'Fecshop , Fashion E-Commerce Shop Zh',
- 'home_meta_keywords_fr' => 'Fecshop , Fashion E-Commerce Shop Fr',
- 'home_meta_keywords_es' => 'Fecshop , Fashion E-Commerce Shop Es',
- ],
- 'home_meta_description' => [
- 'home_meta_description_en' => 'Fashion E-Commerce Shop , Base On Yii2 Framework En',
- 'home_meta_description_zh' => 'Fashion E-Commerce Shop , Base On Yii2 Framework Zh',
- 'home_meta_description_fr' => 'Fashion E-Commerce Shop , Base On Yii2 Framework Fr',
- 'home_meta_description_es' => 'Fashion E-Commerce Shop , Base On Yii2 Framework Es',
- ],
- 'homeBestSellerSku' => [
- 'p10001-kahaki-xl', 'sk10003-001', 'sk10005', 'sk1000-khak', 'sk0003', 'men0003', 'men0002', 'men0001',
- ],
- 'homeFeaturedSku' => [
- 'men0003', 'men0002', 'men0001', 'computer001-xinghao2-cpu3', '22221', 'sk10005', 'sk1000-khak', '222212',
- ],
- ],
- ],
- ];
|