From 04e88633277af67b3beafb79c702b8f47bc3da9d Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 21 Feb 2013 10:58:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=89=EC=83=81=EB=8C=80=EB=B9=84=20css=20?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=EA=B4=80=EB=A0=A8=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.php | 17 +++++++++++++++++ head.sub.php | 18 +++++++++++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/head.php b/head.php index 3dbbb74d0..3a2cb37b0 100644 --- a/head.php +++ b/head.php @@ -108,6 +108,23 @@ include_once(G4_LIB_PATH.'/popular.lib.php'); + +
  • + 색상대비 +
  • diff --git a/head.sub.php b/head.sub.php index 0af5df384..9e941949a 100644 --- a/head.sub.php +++ b/head.sub.php @@ -28,6 +28,14 @@ header("Expires: 0"); // rfc2616 - Section 14.21 header("Pragma: no-cache"); // HTTP/1.0 */ +// 색상대비 +if($_GET['contrast'] == 'on') { + set_session('ss_contrast_use', 'on'); +} else if($_GET['contrast'] == 'off') { + set_session('ss_contrast_use', 'off'); +} +$contrast_use = get_session('ss_contrast_use'); + $g4_css = ""; if (G4_IS_MOBILE) $g4_css = "mobile"; else $g4_css = "default"; @@ -40,9 +48,15 @@ else $g4_css = "default"; <?=$g4_head_title?> -"> +"> + +"> + "> + +"> +