일대일 문의 기능 추가

This commit is contained in:
chicpro
2013-11-06 10:05:02 +09:00
parent 223c271399
commit d0d8e3d2b7
58 changed files with 3509 additions and 17 deletions

View File

@ -187,8 +187,7 @@ $colspan = 15;
$address = $row['mb_zip1'] ? $row['mb_addr1'].' '.$row['mb_addr2'] : '';
$tr_bg = '';
if ($i%2 == 0) $tr_bg = 'class="tr_bg"';
$tr_bg = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"';
switch($row['mb_certify']) {
case 'hp':