질문이요..ㅠㅠ 인클루드?

질문이요..ㅠㅠ 인클루드?

QA

질문이요..ㅠㅠ 인클루드?

본문

설명서에는 .index.php 파일의 인클루드부분을 제외한

본문내용을 지우고 아래 코드를 넣어주면 된다는데.. 무슨 말인지 모르겠네요 ㅠ

어떻게 적어야 하는건지 알려주시면 감사합니다 ㅠ

저는 그누보드 5.2.6 버전을 사용합니다..

 

(설명서 안내) https://sir.kr/g5_skin/2661

5.index.php 파일의 인클루드부분을 제외한 본문내용을 지우고 아래 코드를 넣어주시면 됩니다.
<div class="wrap_mid">
    <div class="inner_left">
        <div class="inner_top">
            <div class="section_mobile1"><?php echo latest("section_vert", "test3", "4", "30");?></div>
            <div class="section_mobile2"><?php echo latest("section_vert", "test3", "4", "30");?></div>
        </div>
        <div class="inner_bot"><?php echo latest("section_hori", "test4", "5", "30");?></div>
    </div>
    <div class="inner_right">
        <?php echo latest("section_list", "test5", "5", "30");?>
        <?php echo latest("section_bnr", "test6", "5", "30");?>
    </div>
</div>
<div class="wrap_bot"><?php echo latest("section_bot", "test7", "10", "30");?></div>

 

 

 

 

(인덱스파일)

<?php
include_once('./_common.php');

define('_INDEX_', true);
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

if(defined('G5_THEME_PATH')) {
    require_once(G5_THEME_PATH.'/index.php');
    return;
}

if (G5_IS_MOBILE) {
    include_once(G5_MOBILE_PATH.'/index.php');
    return;
}

include_once(G5_PATH.'/head.php');
?>

<h2 class="sound_only">최신글</h2>
<!-- 최신글 시작 { -->
<?php
//  최신글
$sql = " select bo_table
            from `{$g5['board_table']}` a left join `{$g5['group_table']}` b on (a.gr_id=b.gr_id)
            where a.bo_device <> 'mobile' ";
if(!$is_admin)
    $sql .= " and a.bo_use_cert = '' ";
$sql .= " order by b.gr_order, a.bo_order ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) {
    if ($i%2==1) $lt_style = "margin-left:20px";
    else $lt_style = "";
?>
    <div style="float:left;<?php echo $lt_style ?>">
        <?php
        // 이 함수가 바로 최신글을 추출하는 역할을 합니다.
        // 사용방법 : latest(스킨, 게시판아이디, 출력라인, 글자수);
        // 테마의 스킨을 사용하려면 theme/basic 과 같이 지정
        echo latest("basic", $row['bo_table'], 5, 25);
        ?>
    </div>
<?php
}
?>
<!-- } 최신글 끝 -->

<?php
include_once(G5_PATH.'/tail.php');
?>

이 질문에 댓글 쓰기 :

답변 1

인덱스 파일의 <div style="float:left;<?php echo $lt_style ?>"> ... </div> 이것만 지우시거나 주석처리 하시고

지운곳에 위의 내용 붙여넣으라는 얘기같습니다

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

회원로그인

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