각 페이지에 서버 이름 표기

This commit is contained in:
2018-04-27 22:36:29 +09:00
parent 0bb1ed6f18
commit 20f74f6645
32 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ if ($type <= 0 || $type > 15) {
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
<title>장수일람</title>
<title><?=UniqueConst::$serverName?>: 장수일람</title>
<link rel='stylesheet' href='../d_shared/common.css' type='text/css'>
<link rel='stylesheet' href='css/common.css' type='text/css'>
<script type="text/javascript" src="../e_lib/jquery-3.2.1.min.js"></script>