dbconfig.php 에서 define('G5_USE_SHOP', false); 설정시 '쇼핑몰' 문구 나오지 않도록 수정
This commit is contained in:
2
head.php
2
head.php
@ -38,7 +38,9 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
|
||||
<?php if(defined('G5_COMMUNITY_USE') == false || 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">
|
||||
|
||||
Reference in New Issue
Block a user