테마사용시, 루트와 스킨경로 질문 드립니다.ㅠㅠ
본문
테마 사용시(모바일) 스킨경로 질문 드립니다. theme/basic사용중입니다.
이거 빠른상담신청 게시판 스킨을 사용하려고합니다.
사용법에 보면,
customer1.php는 루트폴더에 올리시고라는데요.?
테마(모바일에서 나오게할려면)를 사용할시, 루트는 어디가 되는건가요?
/theme/basic/index.php
/theme/basic/mobile/index.php 중에
모바일index.php에 사용하려고 합니다.
질문1
/theme/basic/mobile/index.php에 customer1.php를 아래처럼 인클루드시키면 될까여?
이렇게 인클루드시키면 되나요?
<? include_once("customer1.php"); ?>
질문2
customer1.php의 속에보면, $g5_path 가 아래처럼 4군데 있는데요.
<?
$g5_path = ".."; // 그누보드가 있는 상대경로를 적어줌
?>
<form name=frm method=post action="<?=$g5['path']?>/bbs/write_update.php" onsubmit="return checkFrm(this);">
<input name="image" type=image src="<?=$g5['path']?>/core_images/tyt04_bt03.png" alt="상담신청" >
<img src="<?=$g5['path']?>/core_images/privacy.gif" width="50" height="16" border="0">
경로를 수정해야 되느것같더라구요.. 이렇게 그냥 사용하면 오류나더라구요.ㅠㅠ 어렵네요. 도움좀 부탁드립니다.~