모바일: 로그인, 패스워드, 최신글 스타일 작업 중

This commit is contained in:
whitedot
2013-02-27 17:20:31 +09:00
parent aa1bdc7e78
commit 71d3501f50
7 changed files with 231 additions and 71 deletions

View File

@ -36,7 +36,7 @@ header("Pragma: no-cache"); // HTTP/1.0
<!-- <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> -->
<title><?=$g4_head_title?></title>
<? if (defined('G4_IS_ADMIN')) { ?>
<link rel="stylesheet" href="<?=G4_CSS_URL?>/<?=(G4_IS_MOBILE?'admin_mobile':'admin')?>.css?=<?=date("md")?>">
<link rel="stylesheet" href="<?=G4_CSS_URL?>/admin.css?=<?=date("md")?>">
<? } else { ?>
<link rel="stylesheet" href="<?=G4_CSS_URL?>/<?=(G4_IS_MOBILE?'mobile':'default')?>.css?=<?=date("md")?>">
<?}?>