From b02202efe77023b5b730f495a39af87ecc924053 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 22 Feb 2013 09:49:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=89=EC=83=81=EB=8C=80=EB=B9=84=20on/off?= =?UTF-8?q?=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/head.php b/head.php index 3a2cb37b0..2ce70c5da 100644 --- a/head.php +++ b/head.php @@ -112,8 +112,10 @@ include_once(G4_LIB_PATH.'/popular.lib.php'); $cr_path = g4_path(); if($contrast_use == 'on') { $cr_uri = $cr_path['curr_url'].'?contrast=off'; + $cr = "ON"; } else { $cr_uri = $cr_path['curr_url'].'?contrast=on'; + $cr = "OFF"; } if($_SERVER['QUERY_STRING']) { $query_string = preg_replace("/contrast=(on|off)&?/", "", $_SERVER['QUERY_STRING']); @@ -123,7 +125,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php'); unset($cr_path); ?>
  • - 색상대비 + 색상대비