diff --git a/hwe/index.php b/hwe/index.php index be5f5c2e..273c4150 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -114,10 +114,10 @@ if (!$otherTextInfo) { $lastVoteID = $gameStor->lastVote; $lastVote = null; -if($lastVoteID){ +if ($lastVoteID) { $voteStor = KVStorage::getStorage($db, 'vote'); $lastVote = VoteInfo::fromArray($voteStor->getValue("vote_{$lastVoteID}")); - if($lastVote->endDate && $lastVote->endDate < TimeUtil::now()){ + if ($lastVote->endDate && $lastVote->endDate < TimeUtil::now()) { $lastVote = null; } } @@ -282,7 +282,21 @@ if($lastVoteID){
-
'btn btn-sammo-nation', 'isTournamentApplicationOpen' => $isTournamentApplicationOpen, 'isBettingActive' => $isBettingActive]) ?>
+
+ '
', + 'splitBtnEnd' => '
', + 'splitZoneSign' => '', + 'splitZoneBegin' => '', + 'splitSubBtnBegin' => '
  • ', + 'splitSubBtnEnd' => '
  • ', + 'btnClass' => 'btn btn-sammo-nation', + 'btnSplitClass' => 'dropdown-item', + 'isTournamentApplicationOpen' => $isTournamentApplicationOpen, + 'isBettingActive' => $isBettingActive + ]) + ?>
    @@ -382,7 +396,18 @@ if($lastVoteID){ 국가 메뉴