변수 중 $board_skin_path 이 부분에 대한 설정은 어디에 있는건가요??

변수 중 $board_skin_path 이 부분에 대한 설정은 어디에 있는건가요??

QA

변수 중 $board_skin_path 이 부분에 대한 설정은 어디에 있는건가요??

본문

<section class="board-list<?php echo (G5_IS_MOBILE) ? ' font-14' : '';?>">

        <?php if($is_category) include_once($board_skin_path.'/category.skin.php'); // 카테고리 ?>

        <div class="list-wrap">
                <form name="fboardlist" id="fboardlist" action="./board_list_update.php" onsubmit="return fboardlist_submit(this);" method="post" role="form" class="form">
                        <input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
                        <input type="hidden" name="sfl" value="<?php echo $sfl ?>">
                        <input type="hidden" name="stx" value="<?php echo $stx ?>">
                        <input type="hidden" name="spt" value="<?php echo $spt ?>">
                        <input type="hidden" name="sca" value="<?php echo $sca ?>">
                        <input type="hidden" name="sst" value="<?php echo $sst ?>">
                        <input type="hidden" name="sod" value="<?php echo $sod ?>">
                        <input type="hidden" name="page" value="<?php echo $page ?>">
                        <input type="hidden" name="sw" value="">

이 질문에 댓글 쓰기 :

답변 2

/common.php

 

//==================================
// 스킨경로
//----------------------------------------------------------
if (G5_IS_MOBILE) {
    $board_skin_path    = get_skin_path('board', $board['bo_mobile_skin']);
    .....................................
} else {
    $board_skin_path    = get_skin_path('board', $board['bo_skin']);
    ....................................
//=================================

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

회원로그인

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