모바일 쇼핑몰 디렉토리 추가

This commit is contained in:
chicpro
2013-05-07 16:11:09 +09:00
parent 3640c40197
commit 3a2a32ff34
6 changed files with 305 additions and 0 deletions

4
mobile/shop/_tail.php Normal file
View File

@ -0,0 +1,4 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
include_once(G4_MSHOP_PATH.'/shop.tail.php');
?>