diff --git a/hwe/b_betting.php b/hwe/b_betting.php index 4c9a9e1a..cb80cc32 100644 --- a/hwe/b_betting.php +++ b/hwe/b_betting.php @@ -37,7 +37,13 @@ case 3: $tnmt_type = "설전"; $tp = "itl"; $tp2 = " $str1 = getTournament($admin['tournament']); $str2 = getTournamentTime(); +if($str2){ + $str2 = ', '+$str2; +} $str3 = getTournamentTerm(); +if($str3){ + $str3 = ', '+$str3; +} ?> @@ -67,7 +73,7 @@ select { font-family:'굴림'; line-height:100%; } - +
()
()
16강 상황
(전체 금액 : / 내 투자 금액 : )
diff --git a/hwe/b_tournament.php b/hwe/b_tournament.php index d06b5d78..aa90fe70 100644 --- a/hwe/b_tournament.php +++ b/hwe/b_tournament.php @@ -176,10 +176,16 @@ if ($session->userGrade >= 5) { $str1 = getTournament($admin['tournament']); $str2 = getTournamentTime(); +if($str2){ + $str2 = ', '+$str2; +} $str3 = getTournamentTerm(); +if($str3){ + $str3 = ', '+$str3; +} ?> - +
운영자 메세지 :
()
()
16강 승자전