답변 2개
채택된 답변
+20 포인트
3년 전
config.php에
define('G5_COMMUNITY_USE', false); // 쇼핑몰이 초기화면이라면 false로 설정
테마를 사용 안 하시면 www폴더안에 head.php, index.php, tail.php 에
</p>
<p>if(G5_COMMUNITY_USE === false) {
include_once(G5_SHOP_PATH.'/shop.head.php');
return;
}</p>
<p> </p>
<p>if(G5_COMMUNITY_USE === false) {
include_once(G5_SHOP_PATH.'/index.php');
return;
}</p>
<p> </p>
<p>if(G5_COMMUNITY_USE === false) {
include_once(G5_SHOP_PATH.'/shop.tail.php');
return;
}</p>
<p>
달아주면 기본화면 영카트로 쓸 수 있음
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인