Cms.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. /**
  3. * FecShop file.
  4. *
  5. * @link http://www.fecshop.com/
  6. *
  7. * @copyright Copyright (c) 2016 FecShop Software LLC
  8. * @license http://www.fecshop.com/license/
  9. */
  10. return [
  11. 'cms' => [
  12. 'params'=> [
  13. 'home_title' => [
  14. 'home_title_en' => 'Fecshop Home Page En',
  15. 'home_title_zh' => 'Fecshop Home Page Zh',
  16. 'home_title_fr' => 'Fecshop Home Page Fr',
  17. 'home_title_es' => 'Fecshop Home Page Es',
  18. ],
  19. 'home_meta_keywords' => [
  20. 'home_meta_keywords_en' => 'Fecshop , Fashion E-Commerce Shop En',
  21. 'home_meta_keywords_zh' => 'Fecshop , Fashion E-Commerce Shop Zh',
  22. 'home_meta_keywords_fr' => 'Fecshop , Fashion E-Commerce Shop Fr',
  23. 'home_meta_keywords_es' => 'Fecshop , Fashion E-Commerce Shop Es',
  24. ],
  25. 'home_meta_description' => [
  26. 'home_meta_description_en' => 'Fashion E-Commerce Shop , Base On Yii2 Framework En',
  27. 'home_meta_description_zh' => 'Fashion E-Commerce Shop , Base On Yii2 Framework Zh',
  28. 'home_meta_description_fr' => 'Fashion E-Commerce Shop , Base On Yii2 Framework Fr',
  29. 'home_meta_description_es' => 'Fashion E-Commerce Shop , Base On Yii2 Framework Es',
  30. ],
  31. 'homeBestSellerSku' => [
  32. 'p10001-kahaki-xl', 'sk10003-001', 'sk10005', 'sk1000-khak', 'sk0003', 'men0003', 'men0002', 'men0001',
  33. ],
  34. 'homeFeaturedSku' => [
  35. 'men0003', 'men0002', 'men0001', 'computer001-xinghao2-cpu3', '22221', 'sk10005', 'sk1000-khak', '222212',
  36. ],
  37. ],
  38. ],
  39. ];