stylesheet.php 사용하는 남은 참조 제거

This commit is contained in:
2018-01-29 22:58:56 +09:00
parent 3b8b62ac9b
commit 8e18116f22
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ if($me['skin'] < 1) {
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
<title>내정보</title>
<link rel=stylesheet href=stylesheet.php?<?=$me['skin'];?> type=text/css>
<link rel=stylesheet href="css/common.css" type=text/css>
<script type="text/javascript">
function go(type) {
if(type == 0){
+1 -1
View File
@@ -50,7 +50,7 @@ if(!$token) {
<head>
<title>장수생성</title>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
<link rel='stylesheet' href='stylesheet.php'>
<link rel='stylesheet' href="css/common.css">
<script type="text/javascript" src=<?="../e_lib/jquery-3.2.1.min.js";?>></script>
<script type="text/javascript">
-3
View File
@@ -1,3 +0,0 @@
<?php
header("Content-type: text/css");
?>