CSS폴더 복구

This commit is contained in:
whitedot
2013-01-14 10:48:30 +09:00
parent 0cae727969
commit ec15f71b6e
3 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ header("Pragma: no-cache"); // HTTP/1.0
<? if (isset($administrator)) { ?>
<link rel="stylesheet" href="<?=$g4['url']?>/css/adm.css?=<?=date("md")?>">
<? } else { ?>
<link rel="stylesheet" href="<?=$g4['url']?>/css/def.css?=<?=date("md")?>">
<link rel="stylesheet" href="<?=$g4['url']?>/css/default.css?=<?=date("md")?>">
<?}?>
<!--[if lte IE 8]>
<script src="<?=$g4['url']?>/js/html5.js"></script>