Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
whitedot
2013-03-07 09:43:53 +09:00
5 changed files with 26 additions and 8 deletions

11
mobile/group.php Normal file
View File

@ -0,0 +1,11 @@
<?
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
include_once(G4_MOBILE_PATH.'/_head.php');
?>
모바일용 게시판 그룹
<?
include_once(G4_MOBILE_PATH.'/_tail.php');
?>

View File

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