11 lines
287 B
PHP
11 lines
287 B
PHP
<?php
|
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|
?>
|
|
|
|
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
|
|
|
<h1 id="win_title">교환/반품</h1>
|
|
|
|
<div class="win_desc">
|
|
<?php echo conv_content($default['de_change_content'], 1); ?>
|
|
</div>
|