js, css 캐시 문제로 printJS, printCSS 함수를 이용하도록 변경

This commit is contained in:
2018-05-12 16:09:32 +09:00
parent 451a759cca
commit 288be33eac
80 changed files with 330 additions and 2844 deletions
+2 -2
View File
@@ -1140,8 +1140,8 @@ switch($dex240) {
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
<title>전투시뮬레이션</title>
<link rel='stylesheet' href='../d_shared/common.css' type='text/css'>
<link rel='stylesheet' href='css/common.css?180512' type='text/css'>
<?=WebUtil::printCSS('../d_shared/common.css')?>
<?=WebUtil::printCSS('css/common.css')?>
<style type="text/css">
select { background-color:black;color:white; }
input { background-color:black;color:white; }