name2 -> owner_name (or orderName)

This commit is contained in:
2020-04-15 02:44:06 +09:00
parent 8428649377
commit c0fee32c4c
18 changed files with 62 additions and 1376 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
<?php endif;?>
<div class="hall_nation" style="background-color:<?=$general['bgColor']?>;color:<?=$general['fgColor']?>;"><?=$general['nationName']??'-'?></div>
<div class="hall_name" style="background-color:<?=$general['bgColor']?>;color:<?=$general['fgColor']?>;"><p><?=$general['name']??'-'?>
<?php if($general["owner_name"]??null): ?>
<div class="hall_owner">(<?=$general['owner_name']?>)</div>
<?php if($general["ownerName"]??null): ?>
<div class="hall_owner">(<?=$general['ownerName']?>)</div>
<?php endif;?>
</p></div>
<div class="hall_value"><?=$general['printValue']??$general['value']?></div>