diff --git a/shop/itemqa.php b/shop/itemqa.php index 274131f88..01c744bf7 100644 --- a/shop/itemqa.php +++ b/shop/itemqa.php @@ -1,6 +1,17 @@ '; + } + /* + if( !G5_IS_MOBILE ){ //PC 에서는 검색엔진 화면에 노출하지 않도록 수정 + return; + } + */ +} + if (G5_IS_MOBILE) { include_once(G5_MSHOP_PATH.'/itemqa.php'); return; diff --git a/shop/itemuse.php b/shop/itemuse.php index 12f86d471..606419e02 100644 --- a/shop/itemuse.php +++ b/shop/itemuse.php @@ -1,6 +1,17 @@ '; + } + /* + if( !G5_IS_MOBILE ){ //PC 에서는 검색엔진 화면에 노출하지 않도록 수정 + return; + } + */ +} + if (G5_IS_MOBILE) { include_once(G5_MSHOP_PATH.'/itemuse.php'); return;