모바일쇼핑몰: 안드로이드 overflow 대응 코드 위치 이동

This commit is contained in:
whitedot
2013-07-05 09:57:33 +09:00
parent e5b3d71f1d
commit 1cd8a5af2e
3 changed files with 4 additions and 6 deletions

View File

@ -7,9 +7,6 @@ include_once(G4_LIB_PATH.'/connect.lib.php');
include_once(G4_LIB_PATH.'/popular.lib.php');
?>
<!-- overflow scroll 감지 -->
<script src="<?php echo G4_URL; ?>/js/modernizr.custom.70111.js"></script>
<header id="header">
<?php if ((!$bo_table || $w == 's' ) && defined('_INDEX_')) { ?><h1><?php echo $config['cf_title'] ?></h1><?php } ?>