영카트5 모바일에서 팝업레이어 내용이 빠짐

This commit is contained in:
thisgun
2014-02-14 15:17:07 +09:00
parent dcb75a7735
commit d0a6d158d2
4 changed files with 2 additions and 57 deletions

View File

@ -17,7 +17,7 @@ include_once(G5_LIB_PATH.'/latest.lib.php');
<?php if(defined('_INDEX_')) { // index에서만 실행 ?>
<div id="hd_pop">
<h2>팝업레이어 알림</h2>
<?php include G5_MSHOP_PATH.'/newwin.inc.php'; // 팝업레이어 ?>
<?php include G5_MOBILE_PATH.'/newwin.inc.php'; // 팝업레이어 ?>
</div>
<?php } ?>