notice 오류 해결중

This commit is contained in:
gnuboard
2013-01-14 15:13:56 +09:00
parent e8b23b29e9
commit 1949133e57
6 changed files with 110 additions and 132 deletions

View File

@ -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>