index.php에서 PC버전과 Mobile버전으로 분기하기!! 도와주세요!!

index.php에서 PC버전과 Mobile버전으로 분기하기!! 도와주세요!!

QA

index.php에서 PC버전과 Mobile버전으로 분기하기!! 도와주세요!!

답변 1

본문

index.php에서 PC버전과 Mobile버전으로 분기하고 싶은데 어떻게 해야 하나요?

 

PC 헤더 : 

<?php
include_once("./header_mychild.php");
?>

 

PC  콘텐츠 : 

<div class="tt_bg">
    <div class="hcontainer tb_thum">
        <p class="lxit ml30px">
            <b>~~</b>가 <b>~~~~~~~</b><br>
            <b>~~~~~~~</b>~~~~~~~~
        </p>
    </div>
    <div class="clear"></div>
</div>

 

Mobile 헤더 : 

<?php
include_once("./m_header_mychild.php");
?>

 

Mobile 콘텐츠 : 

<div class="tt_bg">
    <div class="hcontainer tb_thum">
        <p class="lxit ml30px">
            <b>~~</b>가 <b>~~~~~~~</b><br>
            <b>~~~~~~~</b>~~~~~~~~
        </p>
    </div>
    <div class="clear"></div>
</div>

이 질문에 댓글 쓰기 :

답변 1

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