썸네일 라이브러리 인크루드 위치 변경

This commit is contained in:
chicpro
2013-05-14 17:25:57 +09:00
parent f6e93422ea
commit 6f3518e21c
2 changed files with 1 additions and 2 deletions

View File

@ -4,6 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined('G4_USE_SHOP') || !G4_USE_SHOP) return;
include_once(G4_LIB_PATH.'/shop.lib.php');
include_once(G4_LIB_PATH.'/thumbnail.lib.php');
//------------------------------------------------------------------------------
// 쇼핑몰 상수 모음 시작

View File

@ -1,6 +1,4 @@
<?php
include_once(G4_LIB_PATH.'/thumbnail.lib.php');
//==============================================================================
// 쇼핑몰 함수 모음 시작
//==============================================================================