질문과 답변

2025.10.29 10:09

메인 슬라이드 코드 부분이 어디 있는지 알고 싶습니다.

        <!-- 이벤트 & 할인 { -->
        <div class="event_wrap">
            <div class="inner">
                <div class="title_div main_tit_d">
                    <!-- <ul class="title_div_txt">이벤트 & 할인</ul> -->
                    <ul class="title_div_ico">
                        <button type="button" class="arr_left list1_prev swiper-button-prev">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"><polyline points="15 18 9 12 15 6"></polyline></svg>
                        </button>
                        <button type="button" class="arr_right list1_next swiper-button-next">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>
                        </button>
                    </ul>
                    <div class="cb"></div>
                </div>
            </div>
       
            <?php echo display_banners('메인(슬라이드)'); ?>
        </div>
        <!-- } -->

이 코드에서 <?php echo display_banners('메인(슬라이드)'); ?> 메인(슬라이드) 되어 있는 부분의 코드가 어디에 있는지 궁금합니다


  • 공유링크 복사
    미니홈 쪽지 구독하기
    구독하고 알림받기

    댓글목록

    profile_image
    리빌더미니홈 1:1 대화하기  7일 전

    안녕하세요.

    /skin/banners/main_slide_banner.skin.php
    파일을 보시면 되겠습니다.

    감사합니다.

    2025-10-29 13:37