11 lines
280 B
PHP
11 lines
280 B
PHP
<?php
|
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|
?>
|
|
|
|
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
|
|
|
<section id="sit_dvr">
|
|
<h2>배송정보</h2>
|
|
|
|
<?php echo conv_content($default['de_baesong_content'], 1); ?>
|
|
</section>
|