모바일: gnb 메뉴 없을 때 안내문구 수정, 사노라가노라(ogogago)님 건의
This commit is contained in:
@ -68,8 +68,9 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
|
||||
<?php
|
||||
}
|
||||
|
||||
if ($i == 0) { ?><li class="gnb_empty">생성된 메뉴가 없습니다.</li><?php }
|
||||
?>
|
||||
if ($i == 0) { ?>
|
||||
<li id="gnb_empty">메뉴 준비 중입니다.<?php if ($is_admin) { ?> <br><a href="<?php echo G5_ADMIN_URL; ?>/menu_list.php">관리자모드 > 환경설정 > 메뉴설정</a>에서 설정하세요.<?php } ?></li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
<button type="button" id="gnb_close" class="hd_closer"><span class="sound_only">메뉴 </span>닫기</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user