상단내용에 모바일 이미지 넣어도 pc 이미지만 뜹니다...

상단내용에 모바일 이미지 넣어도 pc 이미지만 뜹니다...

QA

상단내용에 모바일 이미지 넣어도 pc 이미지만 뜹니다...

본문

상단 내용에 pc 이미지, 모바일 이미지 각각 넣어놨는데요.

pc, 모바일에서 pc 이미지로만 노출이 됩니다...

모바일 이미지로 이미지가 왜 안바뀌는걸까요ㅠㅠㅠ

 

<?php
                    if (G5_IS_MOBILE) {
                        include_once(G5_BBS_PATH.'/_head.php');
                        echo html_purifier(stripslashes($board['bo_mobile_content_head']));
                    } else {
                        if(is_include_path_check($board['bo_include_head'])) {  
                            @include ($board['bo_include_head']);
                        } else {    
                            include_once(G5_BBS_PATH.'/_head.php');
                        }
                        echo html_purifier(stripslashes($board['bo_content_head']));
                    }
?>

 

어떻게 수정해야 할까요?ㅠㅠㅠㅠ

 

 

이 질문에 댓글 쓰기 :

답변 1

if (G5_IS_MOBILE) {
                        include_once(G5_BBS_PATH.'/_head.php');

echo '모바일';
                        echo html_purifier(stripslashes($board['bo_mobile_content_head']));


                    } else {

 

이렇게 해서 모바일 글자가 나오는 보세요. 안 나온다면

config.php 에서 다음 내용을 확인해 보세요.

define('G5_USE_MOBILE', true); // 모바일 홈페이지를 사용하지 않을 경우 false 로 설정
 

 

답변을 작성하시기 전에 로그인 해주세요.
전체 465
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT