모바일: mobile.css 와 skin/(x)/style.css 중첩 처리
This commit is contained in:
@ -69,8 +69,8 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
|
||||
만료<?php echo substr(str_replace('-', '', $row['po_expire_date']), 2); ?>
|
||||
<?php } else echo $row['po_expire_date'] == '9999-12-31' ? ' ' : $row['po_expire_date']; ?>
|
||||
</td>
|
||||
<td class="td_bignum"><?php echo $point1; ?></td>
|
||||
<td class="td_bignum"><?php echo $point2; ?></td>
|
||||
<td class="td_numbig"><?php echo $point1; ?></td>
|
||||
<td class="td_numbig"><?php echo $point2; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user