모바일: 작업 중

This commit is contained in:
whitedot
2013-02-27 13:30:18 +09:00
parent 0f9c947fea
commit e08b4fefba
3 changed files with 83 additions and 28 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?>/admin.css?=<?=date("md")?>">
<link rel="stylesheet" href="<?=G4_CSS_URL?>/<?=(G4_IS_MOBILE?'admin_mobile':'admin')?>.css?=<?=date("md")?>">
<? } else { ?>
<link rel="stylesheet" href="<?=G4_CSS_URL?>/<?=(G4_IS_MOBILE?'mobile':'default')?>.css?=<?=date("md")?>">
<?}?>