shop.js 파일 삭제
This commit is contained in:
15
js/shop.js
15
js/shop.js
@ -1,15 +0,0 @@
|
||||
if (typeof(SHOP_JS) == 'undefined') { // 한번만 실행
|
||||
var SHOP_JS = true;
|
||||
|
||||
// 큰이미지 창
|
||||
function popup_large_image(it_id, img, width, height, cart_dir)
|
||||
{
|
||||
var top = 10;
|
||||
var left = 10;
|
||||
url = cart_dir+"/largeimage.php?it_id=" + it_id + "&img=" + img;
|
||||
width = width + 50;
|
||||
height = height + 100;
|
||||
opt = 'scrollbars=yes,width='+width+',height='+height+',top='+top+',left='+left;
|
||||
popup_window(url, "largeimage", opt);
|
||||
}
|
||||
}
|
||||
@ -8,8 +8,6 @@ define("_INDEX_", TRUE);
|
||||
include_once(G4_SHOP_PATH.'/shop.head.php');
|
||||
?>
|
||||
|
||||
<script src="<?php echo G4_JS_URL; ?>/shop.js"></script>
|
||||
|
||||
<div id="sidx_img">
|
||||
<img src="<?php echo G4_DATA_URL; ?>/common/main_img" alt="">
|
||||
</div>
|
||||
|
||||
@ -132,7 +132,6 @@ $row = sql_fetch($sql);
|
||||
$item_relation_count = $row['cnt'];
|
||||
?>
|
||||
|
||||
<script src="<?php echo G4_JS_URL; ?>/shop.js"></script>
|
||||
<script src="<?php echo G4_JS_URL; ?>/md5.js"></script>
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user