From 812f418b278906315205f03a7d0fc3bc108a39f2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 Jan 2017 17:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=9A=84sku=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=BD=AC=E7=A7=BB=E5=88=B0=E5=A4=96=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/appfront/config/modules/Cms.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/appfront/config/modules/Cms.php b/app/appfront/config/modules/Cms.php index 49ba7725..c4e3b441 100644 --- a/app/appfront/config/modules/Cms.php +++ b/app/appfront/config/modules/Cms.php @@ -9,6 +9,7 @@ return [ 'cms' => [ 'class' => '\fecshop\app\appfront\modules\Cms\Module', + /* 'params'=> [ 'home_title' => [ 'home_title_en' => 'Fecshop Home Page En', @@ -38,5 +39,6 @@ return [ ], + */ ], ]; -- GitLab