쇼핑몰 테마에서 커뮤니티 사용 안할시 메뉴 html코드 처리
This commit is contained in:
@ -6,7 +6,7 @@ if (G5_IS_MOBILE) {
|
||||
return;
|
||||
}
|
||||
|
||||
define("_INDEX_", TRUE);
|
||||
if(! defined('_INDEX_')) define('_INDEX_', TRUE);
|
||||
|
||||
include_once(G5_THEME_SHOP_PATH.'/shop.head.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user