스킨 스타일 설정 방법 변경에 따른 수정
This commit is contained in:
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL; ?>/jquery.nicescroll.min.js"></script>
|
<script src="<?php echo G5_JS_URL; ?>/jquery.nicescroll.min.js"></script>
|
||||||
<script src="<?php echo G5_JS_URL; ?>/jquery.fancyalert.js"></script>
|
<script src="<?php echo G5_JS_URL; ?>/jquery.fancyalert.js"></script>
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품진열 10 시작 { -->
|
<!-- 상품진열 10 시작 { -->
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<h1 id="win_title">교환/반품</h1>
|
<h1 id="win_title">교환/반품</h1>
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<h1 id="win_title">배송정보</h1>
|
<h1 id="win_title">배송정보</h1>
|
||||||
|
|
||||||
|
|||||||
@ -2,9 +2,10 @@
|
|||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
include_once(G5_LIB_PATH.'/iteminfo.lib.php');
|
include_once(G5_LIB_PATH.'/iteminfo.lib.php');
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<h1 id="win_title">상품설명</h1>
|
<h1 id="win_title">상품설명</h1>
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<h1 id="win_title">상품문의</h1>
|
<h1 id="win_title">상품문의</h1>
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<h1 id="win_title">사용후기</h1>
|
<h1 id="win_title">사용후기</h1>
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<h1 id="win_title">관련상품</h1>
|
<h1 id="win_title">관련상품</h1>
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
||||||
|
|
||||||
<!-- 상품문의 목록 시작 { -->
|
<!-- 상품문의 목록 시작 { -->
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품문의 쓰기 시작 { -->
|
<!-- 상품문의 쓰기 시작 { -->
|
||||||
<div id="sit_qa_write" class="new_win">
|
<div id="sit_qa_write" class="new_win">
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
||||||
|
|
||||||
<!-- 전체 상품 문의 목록 시작 { -->
|
<!-- 전체 상품 문의 목록 시작 { -->
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
||||||
|
|
||||||
<!-- 상품 사용후기 시작 { -->
|
<!-- 상품 사용후기 시작 { -->
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 사용후기 쓰기 시작 { -->
|
<!-- 사용후기 쓰기 시작 { -->
|
||||||
<div id="sit_use_write" class="new_win">
|
<div id="sit_use_write" class="new_win">
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
||||||
|
|
||||||
<!-- 전체 상품 사용후기 목록 시작 { -->
|
<!-- 전체 상품 사용후기 목록 시작 { -->
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL ?>/jquery.fancylist.js"></script>
|
<script src="<?php echo G5_JS_URL ?>/jquery.fancylist.js"></script>
|
||||||
|
|
||||||
<!-- 상품진열 10 시작 { -->
|
<!-- 상품진열 10 시작 { -->
|
||||||
|
|||||||
@ -9,9 +9,10 @@ else if($ev_id)
|
|||||||
if($skin)
|
if($skin)
|
||||||
$sct_sort_href .= '&skin='.$skin;
|
$sct_sort_href .= '&skin='.$skin;
|
||||||
$sct_sort_href .= '&sort=';
|
$sct_sort_href .= '&sort=';
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품 정렬 선택 시작 { -->
|
<!-- 상품 정렬 선택 시작 { -->
|
||||||
<section id="sct_sort">
|
<section id="sct_sort">
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL ?>/jquery.fancylist.js"></script>
|
<script src="<?php echo G5_JS_URL ?>/jquery.fancylist.js"></script>
|
||||||
|
|
||||||
<!-- 상품진열 10 시작 { -->
|
<!-- 상품진열 10 시작 { -->
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- 쇼핑몰 이벤트 시작 { -->
|
<!-- 쇼핑몰 이벤트 시작 { -->
|
||||||
|
|||||||
@ -27,9 +27,10 @@ else
|
|||||||
$str = $g5['title'];
|
$str = $g5['title'];
|
||||||
|
|
||||||
//if ($it_id) $str .= " > $it[it_name]";
|
//if ($it_id) $str .= " > $it[it_name]";
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<div id="sct_location">
|
<div id="sct_location">
|
||||||
<a href='<?php echo G5_SHOP_URL; ?>/' class="sct_bg">Home</a>
|
<a href='<?php echo G5_SHOP_URL; ?>/' class="sct_bg">Home</a>
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 개인결제진열 시작 { -->
|
<!-- 개인결제진열 시작 { -->
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL ?>/jquery.fancylist.js"></script>
|
<script src="<?php echo G5_JS_URL ?>/jquery.fancylist.js"></script>
|
||||||
|
|
||||||
<!-- 상품진열 10 시작 { -->
|
<!-- 상품진열 10 시작 { -->
|
||||||
|
|||||||
@ -17,7 +17,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($i==0)
|
if ($i==0)
|
||||||
echo '<li id="scomm_empty">이벤트 없음</li>'.PHP_EOL;
|
echo '<li id="scomm_empty">게시판 없음</li>'.PHP_EOL;
|
||||||
?>
|
?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<form name="fitem" method="post" action="<?php echo $action_url; ?>" onsubmit="return fitem_submit(this);">
|
<form name="fitem" method="post" action="<?php echo $action_url; ?>" onsubmit="return fitem_submit(this);">
|
||||||
<input type="hidden" name="it_id[]" value="<?php echo $it_id; ?>">
|
<input type="hidden" name="it_id[]" value="<?php echo $it_id; ?>">
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
||||||
|
|
||||||
<!-- 상품 정보 시작 { -->
|
<!-- 상품 정보 시작 { -->
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
||||||
|
|
||||||
<!-- 상품문의 목록 시작 { -->
|
<!-- 상품문의 목록 시작 { -->
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품문의 쓰기 시작 { -->
|
<!-- 상품문의 쓰기 시작 { -->
|
||||||
<div id="sit_qa_write" class="new_win">
|
<div id="sit_qa_write" class="new_win">
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
||||||
|
|
||||||
<!-- 전체 상품 문의 목록 시작 { -->
|
<!-- 전체 상품 문의 목록 시작 { -->
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
||||||
|
|
||||||
<!-- 상품 사용후기 시작 { -->
|
<!-- 상품 사용후기 시작 { -->
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 사용후기 쓰기 시작 { -->
|
<!-- 사용후기 쓰기 시작 { -->
|
||||||
<div id="sit_use_write" class="new_win">
|
<div id="sit_use_write" class="new_win">
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
|
||||||
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
<script src="<?php echo G5_JS_URL; ?>/iteminfoimageresize.js"></script>
|
||||||
|
|
||||||
<!-- 전체 상품 사용후기 목록 시작 { -->
|
<!-- 전체 상품 사용후기 목록 시작 { -->
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품진열 10 시작 { -->
|
<!-- 상품진열 10 시작 { -->
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품진열 20 시작 { -->
|
<!-- 상품진열 20 시작 { -->
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품진열 30 시작 { -->
|
<!-- 상품진열 30 시작 { -->
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -1,11 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
|
||||||
// 관련상품 스킨은 사품을 한줄에 하나만 표시하며 해당 상품에 관련상품이 등록되어 있는 경우 기본으로 7개까지 노출합니다.
|
// 관련상품 스킨은 사품을 한줄에 하나만 표시하며 해당 상품에 관련상품이 등록되어 있는 경우 기본으로 7개까지 노출합니다.
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
|
||||||
|
|
||||||
<!-- 상품진열 40 시작 { -->
|
<!-- 상품진열 40 시작 { -->
|
||||||
<?php
|
<?php
|
||||||
for ($i=1; $row=sql_fetch_array($result); $i++) {
|
for ($i=1; $row=sql_fetch_array($result); $i++) {
|
||||||
|
|||||||
@ -9,9 +9,10 @@ else if($ev_id)
|
|||||||
if($skin)
|
if($skin)
|
||||||
$sct_sort_href .= '&skin='.$skin;
|
$sct_sort_href .= '&skin='.$skin;
|
||||||
$sct_sort_href .= '&sort=';
|
$sct_sort_href .= '&sort=';
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품 정렬 선택 시작 { -->
|
<!-- 상품 정렬 선택 시작 { -->
|
||||||
<section id="sct_sort">
|
<section id="sct_sort">
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<ul id="sct_lst">
|
<ul id="sct_lst">
|
||||||
<li><button type="button" class="sct_lst_view sct_lst_list">리스트뷰<span></span></button></li>
|
<li><button type="button" class="sct_lst_view sct_lst_list">리스트뷰<span></span></button></li>
|
||||||
|
|||||||
@ -19,9 +19,10 @@ while ($row=sql_fetch_array($result)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($exists) {
|
if ($exists) {
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품분류 1 시작 { -->
|
<!-- 상품분류 1 시작 { -->
|
||||||
<aside id="sct_ct_1" class="sct_ct">
|
<aside id="sct_ct_1" class="sct_ct">
|
||||||
|
|||||||
@ -49,9 +49,10 @@ if (!$exists) {
|
|||||||
|
|
||||||
|
|
||||||
if ($exists) {
|
if ($exists) {
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품분류 2 시작 { -->
|
<!-- 상품분류 2 시작 { -->
|
||||||
<aside id="sct_ct_2" class="sct_ct">
|
<aside id="sct_ct_2" class="sct_ct">
|
||||||
|
|||||||
@ -18,9 +18,10 @@ while ($row=sql_fetch_array($result)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($exists) {
|
if ($exists) {
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품분류 3 시작 { -->
|
<!-- 상품분류 3 시작 { -->
|
||||||
<aside id="sct_ct_3" class="sct_ct">
|
<aside id="sct_ct_3" class="sct_ct">
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품진열 10 시작 { -->
|
<!-- 상품진열 10 시작 { -->
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -1,14 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
상품리스트가 일정 시간마다 위로 롤링되는 스킨
|
상품리스트가 일정 시간마다 위로 롤링되는 스킨
|
||||||
롤링되기 위해서는 상품이 2줄 이상이어야 함
|
롤링되기 위해서는 상품이 2줄 이상이어야 함
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
|
||||||
|
|
||||||
<!-- 이전 재생 정지 다음 버튼 시작 { -->
|
<!-- 이전 재생 정지 다음 버튼 시작 { -->
|
||||||
<ul id="btn_smt_<?php echo $this->type; ?>" class="sctrl">
|
<ul id="btn_smt_<?php echo $this->type; ?>" class="sctrl">
|
||||||
<li><button type="button" class="sctrl_play">효과재생<span></span></button></li>
|
<li><button type="button" class="sctrl_play">효과재생<span></span></button></li>
|
||||||
|
|||||||
@ -1,14 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
상품리스트가 일정 시간마다 좌로 롤링되는 스킨
|
상품리스트가 일정 시간마다 좌로 롤링되는 스킨
|
||||||
롤링되기 위해서는 상품이 2줄 이상이어야 함
|
롤링되기 위해서는 상품이 2줄 이상이어야 함
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
|
||||||
|
|
||||||
<!-- 이전 재생 정지 다음 버튼 시작 { -->
|
<!-- 이전 재생 정지 다음 버튼 시작 { -->
|
||||||
<ul id="btn_smt_<?php echo $this->type; ?>" class="sctrl">
|
<ul id="btn_smt_<?php echo $this->type; ?>" class="sctrl">
|
||||||
<li><button type="button" class="sctrl_play">효과재생<span></span></button></li>
|
<li><button type="button" class="sctrl_play">효과재생<span></span></button></li>
|
||||||
|
|||||||
@ -1,14 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
상품리스트가 일정 시간마다 바뀜
|
상품리스트가 일정 시간마다 바뀜
|
||||||
롤링되기 위해서는 상품이 2줄 이상이어야 함
|
롤링되기 위해서는 상품이 2줄 이상이어야 함
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
|
||||||
|
|
||||||
<!-- 이전 재생 정지 다음 버튼 시작 { -->
|
<!-- 이전 재생 정지 다음 버튼 시작 { -->
|
||||||
<ul id="btn_smt_<?php echo $this->type; ?>" class="sctrl">
|
<ul id="btn_smt_<?php echo $this->type; ?>" class="sctrl">
|
||||||
<li><button type="button" class="sctrl_play">효과재생<span></span></button></li>
|
<li><button type="button" class="sctrl_play">효과재생<span></span></button></li>
|
||||||
|
|||||||
@ -1,13 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
리스트의 상품이 순차적으로 위에서 내려옴
|
리스트의 상품이 순차적으로 위에서 내려옴
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
|
||||||
|
|
||||||
<!-- 이전 재생 정지 다음 버튼 시작 { -->
|
<!-- 이전 재생 정지 다음 버튼 시작 { -->
|
||||||
<ul id="btn_smt_<?php echo $this->type; ?>" class="sctrl">
|
<ul id="btn_smt_<?php echo $this->type; ?>" class="sctrl">
|
||||||
<li><button type="button" class="sctrl_play">효과재생<span></span></button></li>
|
<li><button type="button" class="sctrl_play">효과재생<span></span></button></li>
|
||||||
|
|||||||
@ -27,9 +27,10 @@ else
|
|||||||
$navigation = $g5['title'];
|
$navigation = $g5['title'];
|
||||||
|
|
||||||
//if ($it_id) $navigation .= " > $it[it_name]";
|
//if ($it_id) $navigation .= " > $it[it_name]";
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<div id="sct_location">
|
<div id="sct_location">
|
||||||
<a href='<?php echo G5_SHOP_URL; ?>/' class="sct_bg">Home</a>
|
<a href='<?php echo G5_SHOP_URL; ?>/' class="sct_bg">Home</a>
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
for ($i=1; $row=sql_fetch_array($result); $i++) {
|
for ($i=1; $row=sql_fetch_array($result); $i++) {
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
|
add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">', 0);
|
||||||
|
?>
|
||||||
|
|
||||||
<!-- 상품진열 10 시작 { -->
|
<!-- 상품진열 10 시작 { -->
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user