사용자: 게시판스킨 작업 중, css 중복 호출 제거

This commit is contained in:
whitedot
2013-01-25 09:49:50 +09:00
parent b7c02755d2
commit da49d537a2
3 changed files with 30 additions and 40 deletions

View File

@ -31,18 +31,6 @@ header("Pragma: no-cache"); // HTTP/1.0
<head>
<meta charset="utf-8">
<!-- <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> -->
<?
if (G4_IS_MOBILE) {
echo "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n";
echo "<link rel=\"stylesheet\" href=\"{$g4['url']}/css/jquery.mobile-1.3.0-beta.1.min.css\">\n";
} else {
if (isset($administrator)) {
echo "<link rel=\"stylesheet\" href=\"{$g4['url']}/css/adm.css\">\n";
} else {
echo "<link rel=\"stylesheet\" href=\"{$g4['url']}/css/default.css\">\n";
}
}
?>
<title><?=$g4['title']?></title>
<? if (isset($administrator)) { ?>
<link rel="stylesheet" href="<?=$g4['url']?>/css/adm.css?=<?=date("md")?>">