스타일시트명 변경

This commit is contained in:
whitedot
2013-01-28 14:18:21 +09:00
parent a8a6b17787
commit 75d41a5f57
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ header("Pragma: no-cache"); // HTTP/1.0
$g4_css = "";
if (G4_IS_MOBILE) $g4_css = "mobile";
else $g4_css = "pc";
else $g4_css = "default";
?>
<!doctype html>
<html lang="ko">