모바일 생성

This commit is contained in:
gnuboard
2013-02-27 10:25:20 +09:00
parent 408e2e9e4a
commit 0ebdcb206f
135 changed files with 3913 additions and 0 deletions

9
mobile/index.php Normal file
View File

@ -0,0 +1,9 @@
<?php
include_once(G4_MOBILE_PATH.'/_head.php');
?>
모바일 메인
<?
include_once(G4_MOBILE_PATH.'/_tail.php');
?>