Files
firstgarden-web-gnu/mobile/skin/shop/basic/iteminfo.itemuse.skin.php
2013-09-25 18:22:10 +09:00

12 lines
317 B
PHP

<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
<section id="sit_use">
<h2>사용후기</h2>
<?php echo pg_anchor($info); ?>
<div id="itemuse"><?php include_once('./itemuse.php'); ?></div>
</section>