From faa7791edd7760266d0bac21dcdf59db8c5acfc6 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 5 Jun 2015 17:02:47 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/_head.php | 2 +- mobile/_tail.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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