기본 stylesheet를 common.css로 변경
This commit is contained in:
+2
-2
@@ -19,7 +19,7 @@ if($me['userlevel'] < 5) {
|
||||
<head>
|
||||
<title>관리메뉴</title>
|
||||
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
|
||||
<link rel=stylesheet href=stylesheet.php type=text/css>
|
||||
<link rel=stylesheet href=css/common.css type=text/css>
|
||||
</head>
|
||||
<body>
|
||||
관리자가 아닙니다.<br>
|
||||
@@ -43,7 +43,7 @@ if($general['no'] > 0) {
|
||||
<head>
|
||||
<title>관리메뉴</title>
|
||||
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
|
||||
<link rel=stylesheet href=stylesheet.php type=text/css>
|
||||
<link rel=stylesheet href=css/common.css type=text/css>
|
||||
</head>
|
||||
<body>
|
||||
이미 있습니다.<br>
|
||||
|
||||
Reference in New Issue
Block a user