first commit 2

This commit is contained in:
hmw1001
2026-06-11 18:47:38 +09:00
parent c768729ce6
commit 6f534e33a6
11095 changed files with 1595758 additions and 0 deletions
@@ -0,0 +1,23 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
add_stylesheet('<link rel="stylesheet" href="'.G5_THEME_URL.'/shop/rb.layout/Trend07/style.css?ver='.G5_SERVER_TIME.'">', 0);
?>
<!-- 1. 메인 비주얼 (커스텀 모듈) -->
<?php include_once(G5_THEME_PATH.'/rb.custom/pns_visual/module.php'); ?>
<!-- 2. 제품 소개 (커스텀 모듈) -->
<?php include_once(G5_THEME_PATH.'/rb.custom/pns_product/module.php'); ?>
<!-- 3. 브랜드 배너 (커스텀 모듈) -->
<?php include_once(G5_THEME_PATH.'/rb.custom/pns_brand/module.php'); ?>
<!-- 4. 추가 콘텐츠 영역 (관리자 설정 가능) -->
<div class="main-content-wrapper container">
<main class="layout-main-content">
<div class="flex_box" data-layout="main-content-bottom">
<?php if($is_admin) { echo "<div class='guide-box'>관리자 안내: [main-content-bottom] 영역에 추가 모듈(게시판 등)을 배치하세요.</div>"; } ?>
</div>
</main>
</div>
@@ -0,0 +1,25 @@
/* Trend07 Layout Style - PNS Style */
/* 💡 [추가] 고정 헤더로 인한 겹침 방지 (메인 비주얼이 풀스크린이므로 0으로 설정하거나 조정) */
body {
padding-top: 0;
font-family: 'Noto Sans KR', sans-serif;
}
/* 메인 비주얼이 헤더 뒤로 들어가도록 설정 */
.pns-visual-slider {
margin-top: 0;
}
.main-content-wrapper {
padding: 80px 0;
}
.guide-box {
padding: 40px;
background-color: #f9f9f9;
border: 1px dashed #ddd;
color: #888;
font-size: 0.9rem;
text-align: center;
}