mobile skin 적용중

This commit is contained in:
gnuboard
2013-01-17 22:38:51 +09:00
parent 199538ca17
commit 2919314035
49 changed files with 910 additions and 1033 deletions

View File

@ -1,4 +1,8 @@
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once($g4['path'].'/tail.php');
if (G4_IS_MOBILE)
include_once($g4['path'].'/mobile.tail.php');
else
include_once($g4['path'].'/tail.php');
?>