G5_COMMUNITY_USE 상수코드 체크문 수정

This commit is contained in:
thisgun
2019-05-03 16:34:57 +09:00
parent 07a2515beb
commit ab8c94b53f
6 changed files with 7 additions and 7 deletions

View File

@ -46,7 +46,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
<li><a href="<?php echo G5_BBS_URL ?>/login.php"><b><i class="fa fa-sign-in" aria-hidden="true"></i> 로그인</b></a></li>
<?php } ?>
<?php if(G5_COMMUNITY_USE) { ?>
<?php if(defined('G5_COMMUNITY_USE') == false || G5_COMMUNITY_USE) { ?>
<li class="tnb_left tnb_shop"><a href="<?php echo G5_SHOP_URL; ?>/"><i class="fa fa-shopping-bag" aria-hidden="true"></i> 쇼핑몰</a></li>
<li class="tnb_left tnb_community"><a href="<?php echo G5_URL; ?>/"><i class="fa fa-home" aria-hidden="true"></i> 커뮤니티</a></li>
<?php } ?>