모바일 경로 오류 수정
This commit is contained in:
@ -4,5 +4,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
if(isset($default['de_shop_layout_use']) && $default['de_shop_layout_use'])
|
if(isset($default['de_shop_layout_use']) && $default['de_shop_layout_use'])
|
||||||
include_once(G5_SHOP_PATH.'/_head.php');
|
include_once(G5_SHOP_PATH.'/_head.php');
|
||||||
else
|
else
|
||||||
include_once(G5_PATH.'/head.php');
|
include_once(G5_MOBILE_PATH.'/head.php');
|
||||||
?>
|
?>
|
||||||
@ -4,5 +4,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
if(isset($default['de_shop_layout_use']) && $default['de_shop_layout_use'])
|
if(isset($default['de_shop_layout_use']) && $default['de_shop_layout_use'])
|
||||||
include_once(G5_SHOP_PATH.'/_tail.php');
|
include_once(G5_SHOP_PATH.'/_tail.php');
|
||||||
else
|
else
|
||||||
include_once(G5_PATH.'/tail.php');
|
include_once(G5_MOBILE_PATH.'/tail.php');
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user