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,9 @@
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once($g4['path'].'/head.php');
if (G4_IS_MOBILE) {
include_once($g4['path'].'/mobile.head.php');
} else {
include_once($g4['path'].'/head.php');
}
?>