notice 오류 해결중
This commit is contained in:
@ -50,15 +50,9 @@ header("Pragma: no-cache"); // HTTP/1.0
|
||||
<title><?=$g4['title']?></title>
|
||||
<!-- <meta http-equiv='X-UA-Compatible' content='IE=Edge' /> -->
|
||||
<? if (isset($administrator)) { ?>
|
||||
<<<<<<< HEAD
|
||||
<link rel="stylesheet" href="<?=$g4['path']?>/adm.css?=<?=date("md")?>">
|
||||
<? } else { ?>
|
||||
<link rel="stylesheet" href="<?=$g4['path']?>/def.css?=<?=date("md")?>">
|
||||
=======
|
||||
<link rel="stylesheet" href="<?=$g4['url']?>/css/adm.css?=<?=date("md")?>">
|
||||
<? } else { ?>
|
||||
<link rel="stylesheet" href="<?=$g4['url']?>/css/default.css?=<?=date("md")?>">
|
||||
>>>>>>> 0ce3006c134433544fcc652714d529d7c49c7f4b
|
||||
<?}?>
|
||||
<!--[if lte IE 8]>
|
||||
<script src="<?=$g4['url']?>/js/html5.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user