깃수 출력

This commit is contained in:
2019-07-10 15:27:44 -07:00
parent a1a26bf8fe
commit a14dcf8b3e
+3 -2
View File
@@ -77,11 +77,12 @@ if ($admin['npcmode'] == 0) {
} }
$color = "cyan"; $color = "cyan";
$mapTheme = $admin['map_theme']; $mapTheme = $admin['map_theme'];
$serverName = UniqueConst::$serverName;
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title><?=UniqueConst::$serverName?>: 메인</title> <title><?=$serverName?>: 메인</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=1024" /> <meta name="viewport" content="width=1024" />
@@ -127,7 +128,7 @@ $(function(){
<div><?=allButton()?></div> <div><?=allButton()?></div>
<table class="tb_layout bg0" style="width:1000px;"> <table class="tb_layout bg0" style="width:1000px;">
<tr height=50> <tr height=50>
<td colspan=5 align=center><font size=4>삼국지 모의전투 HiDCHe (<font color=cyan><?=$scenario?></font>)</font></td> <td colspan=5 align=center><font size=4>삼국지 모의전투 HiDCHe <?=$serverName?> <?=$serverName.$serverCnt?>기 (<font color=cyan><?=$scenario?></font>)</font></td>
</tr> </tr>
<?php if ($valid == 1): ?> <?php if ($valid == 1): ?>
<tr height=30> <tr height=30>