Files
firstgarden-web-gnu/mobile/skin/shop/basic/iteminfo.itemqa.skin.php
2013-09-27 17:53:49 +09:00

11 lines
278 B
PHP

<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
<section id="sit_qa">
<h2>상품문의</h2>
<div id="itemqa"><?php include_once('./itemqa.php'); ?></div>
</section>