d_shared/common.css를 참조하도록 추가

This commit is contained in:
2018-04-08 17:17:49 +09:00
parent bc7efae08c
commit ee2bcb5329
49 changed files with 138 additions and 77 deletions
+4 -2
View File
@@ -12,7 +12,8 @@ if($session->userGrade < 5) {
<head>
<title>관리메뉴</title>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
<link rel=stylesheet href=css/common.css type=text/css>
<link rel='stylesheet' href='../d_shared/common.css' type='text/css'>
<link rel='stylesheet' href='css/common.css' type='text/css'>
</head>
<body>
관리자가 아닙니다.<br>
@@ -37,7 +38,8 @@ $admin = MYDB_fetch_array($result);
<head>
<title>회원관리</title>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
<link rel=stylesheet href=css/common.css type=text/css>
<link rel='stylesheet' href='../d_shared/common.css' type='text/css'>
<link rel='stylesheet' href='css/common.css' type='text/css'>
</head>
<body>
<table align=center width=1000 border=1 cellspacing=0 cellpadding=0 bordercolordark=gray bordercolorlight=black style=font-size:13px;word-break:break-all; id=bg0>