stylesheet.php 사용하는 남은 참조 제거
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ if($me['skin'] < 1) {
|
|||||||
<head>
|
<head>
|
||||||
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
|
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
|
||||||
<title>내정보</title>
|
<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">
|
<script type="text/javascript">
|
||||||
function go(type) {
|
function go(type) {
|
||||||
if(type == 0){
|
if(type == 0){
|
||||||
|
|||||||
+1
-1
@@ -50,7 +50,7 @@ if(!$token) {
|
|||||||
<head>
|
<head>
|
||||||
<title>장수생성</title>
|
<title>장수생성</title>
|
||||||
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
|
<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" src=<?="../e_lib/jquery-3.2.1.min.js";?>></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
<?php
|
|
||||||
header("Content-type: text/css");
|
|
||||||
?>
|
|
||||||
Reference in New Issue
Block a user