영카트 모바일 탭 관련 질문입니다

영카트 모바일 탭 관련 질문입니다

QA

영카트 모바일 탭 관련 질문입니다

답변 1

본문

모바일 스킨 샵 item.form.skin.php 에 있는 


<div id="sit_tab">
    <ul class="tab_tit">
        <li><button type="button" rel="#sit_inf" class="selected">기본정보</button></li>
        <li><button type="button" rel="#sit_dvex">가격표</button></li>
        <li><button type="button" rel="#sit_use">사용후기</button></li>
        <li><button type="button" rel="#sit_qa">상품문의</button></li>
    </ul>
    <ul class="tab_con">

탭 부분과

모바일 샵 iteminfo.php에 있는 탭은

 

 


function pg_anchor($info) {
    global $default;
    global $it_id, $item_use_count, $item_qa_count, $item_relation_count;
    $href = G5_SHOP_URL.'/iteminfo.php?it_id='.$it_id;
?>
    <ul class="sanchor">
        <li><a href="<?php echo $href; ?>" <?php if ($info == '') echo 'class="sanchor_on"'; ?>>DETAIL</a></li>
        <?php if ($default['de_baesong_content']) { ?><li><a href="<?php echo $href; ?>&info=dvr" <?php if ($info == 'dvr') echo 'class="sanchor_on"'; ?>>INFO</a></li><?php } ?>
        <li><a href="<?php echo $href; ?>&info=use" <?php if ($info == 'use') echo 'class="sanchor_on"'; ?>>REVIEW<span class="item_use_count"><?php echo $item_use_count; ?></span></a></li>
        <li><a href="<?php echo $href; ?>&info=qa" <?php if ($info == 'qa') echo 'class="sanchor_on"'; ?>>Q&A<span class="item_qa_count"><?php echo $item_qa_count; ?></span></a></li>
    </ul>
<?php
}
?>

 

어떻게 구별해서 쓰는 건가요?

 

 

 

이 질문에 댓글 쓰기 :

답변 1

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 0
© SIRSOFT
현재 페이지 제일 처음으로