모바일 상품유형에서 세로를 가로로 나오도록 할려면 어떻게해야하나요 채택완료
안녕하세요
상품 유형에서 세로의 상품정보를 가로로나오도록 할려고하는데요 어떻게 해야되나요 .

for ($i=1; $row=sql_fetch_array($result); $i++) { if ($this->list_mod >= 20) { // 1줄 이미지 : 2개 이상 if ($i%$this->list_mod == 0) $sct_last = 'sct_last'; // 줄 마지막 else if ($i%$this->list_mod == 1) $sct_last = 'sct_clear'; // 줄 첫번째 else $sct_last = ''; } else { // 1줄 이미지 : 1개 $sct_last = 'sct_clear'; }
if ($i == 1) { if ($this->css) { echo "
- css}\">\n";
} else {
echo "
- img_width}px\">\n";
if ($this->href) { echo "
\n"; }if ($this->view_it_icon) { echo "
".item_icon($row)."\n"; }if ($this->view_it_id) { echo "
<".stripslashes($row['it_id']).">\n"; }if ($this->href) { echo "
\n"; }if ($this->view_it_basic && $row['it_basic']) { echo "
".stripslashes($row['it_basic'])."\n"; }if ($this->view_it_cust_price || $this->view_it_price) {
echo "
\n";\n";if ($this->view_it_cust_price && $row['it_cust_price']) { echo "
".display_price($row['it_cust_price'])."\n"; }if ($this->view_it_price) { echo display_price(get_price($row), $row['it_tel_inq'])."\n"; }
echo "
}
if ($this->view_sns) { $sns_top = $this->img_height + 10; $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo "
"; echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "\n"; }echo "
\n";
}
- \n";
}
}
echo "
if ($i > 1) echo "
if($i == 1) echo "
등록된 상품이 없습니다.
\n"; ?> 답변을 작성하려면 로그인이 필요합니다.
로그인