From 3d579e7713c7ba32158c2f3adad6344474ccc3c0 Mon Sep 17 00:00:00 2001 From: MinSoo Kim Date: Tue, 31 Jan 2017 00:48:18 +0900 Subject: [PATCH] =?UTF-8?q?simple=20world=20=EB=A0=88=EC=9D=B4=EC=95=84?= =?UTF-8?q?=EC=9B=83=20=EC=99=B8=EC=97=90=EB=8F=84=20=EA=B0=99=EC=9D=80=20?= =?UTF-8?q?=EA=B7=9C=EC=B9=99=EC=9D=84=20=EA=B0=80=EC=A7=80=EB=A9=B4=20?= =?UTF-8?q?=EC=83=89=EC=83=81=20=EB=94=B0=EB=A5=B4=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 선택 항목 이름이 `primary_color` 이고 구글 머티리얼 디자인의 색상 코드를 가지고 있다면 따름. 2. 컬러피커 항목 이름이 `customized_primary_color` 이고 컬러피커로 선택되는 색상이면 이를 따름. --- modules/member/skins/simple_world/common_header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/member/skins/simple_world/common_header.html b/modules/member/skins/simple_world/common_header.html index 3545e8f11..46fddd8ac 100644 --- a/modules/member/skins/simple_world/common_header.html +++ b/modules/member/skins/simple_world/common_header.html @@ -28,7 +28,7 @@ 'customized' => $layout_info->customized_primary_color, ); } - + {@ if(!$layout_info->primary_color) $layout_info->primary_color = 'red'; @@ -37,7 +37,7 @@ } - + {@$layout_info->primary_color = 'blue';}