사용자: 레이아웃 디자인

This commit is contained in:
whitedot
2013-01-14 14:34:33 +09:00
parent e8b23b29e9
commit 0e6fc27b66
6 changed files with 6 additions and 15 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>