Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
11
mobile/group.php
Normal file
11
mobile/group.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
include_once(G4_MOBILE_PATH.'/_head.php');
|
||||
?>
|
||||
|
||||
모바일용 게시판 그룹
|
||||
|
||||
<?
|
||||
include_once(G4_MOBILE_PATH.'/_tail.php');
|
||||
?>
|
||||
@ -1,4 +1,6 @@
|
||||
<?
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
include_once(G4_MOBILE_PATH.'/_head.php');
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user