dbconfig.php 에서 define('G5_USE_SHOP', false); 설정시 '쇼핑몰' 문구 나오지 않도록 수정

This commit is contained in:
kagla
2021-06-17 15:30:21 +09:00
parent 965f34eeb8
commit b986729466
3 changed files with 7 additions and 1 deletions

View File

@ -35,7 +35,9 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
<?php if(G5_COMMUNITY_USE) { ?>
<ul id="hd_define">
<li class="active"><a href="<?php echo G5_URL ?>/">커뮤니티</a></li>
<?php if (defined('G5_USE_SHOP') && G5_USE_SHOP) { ?>
<li><a href="<?php echo G5_SHOP_URL ?>/">쇼핑몰</a></li>
<?php } ?>
</ul>
<?php } ?>
<ul id="hd_qnb">