ZIP/X2/plugin/social/_common.php
<?php
include_once('../../common.php');

// 커뮤니티 사용여부
if(defined('G5_COMMUNITY_USE') && G5_COMMUNITY_USE === false) {
    define('_SHOP_', true);
}