diff --git a/mobile/_head.php b/mobile/_head.php index f85e42763..54efeb7c1 100644 --- a/mobile/_head.php +++ b/mobile/_head.php @@ -4,5 +4,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 if(isset($default['de_shop_layout_use']) && $default['de_shop_layout_use']) include_once(G5_SHOP_PATH.'/_head.php'); else - include_once(G5_PATH.'/head.php'); + include_once(G5_MOBILE_PATH.'/head.php'); ?> \ No newline at end of file diff --git a/mobile/_tail.php b/mobile/_tail.php index 7cca285ef..16d1df30b 100644 --- a/mobile/_tail.php +++ b/mobile/_tail.php @@ -4,5 +4,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 if(isset($default['de_shop_layout_use']) && $default['de_shop_layout_use']) include_once(G5_SHOP_PATH.'/_tail.php'); else - include_once(G5_PATH.'/tail.php'); + include_once(G5_MOBILE_PATH.'/tail.php'); ?> \ No newline at end of file