쇼핑몰 index 페이지를 shop 폴더로 이동
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<?
|
<?
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
include_once(G4_PATH.'/shop.head.php');
|
include_once(G4_SHOP_PATH.'/shop.head.php');
|
||||||
?>
|
?>
|
||||||
@ -3,10 +3,10 @@ include_once("./_common.php");
|
|||||||
include_once(G4_LIB_PATH.'/latest.lib.php');
|
include_once(G4_LIB_PATH.'/latest.lib.php');
|
||||||
include_once(G4_LIB_PATH.'/thumbnail.lib.php');
|
include_once(G4_LIB_PATH.'/thumbnail.lib.php');
|
||||||
|
|
||||||
define("_INDEX_", TRUE);
|
define("G4_SHOP_INDEX", TRUE);
|
||||||
|
|
||||||
$g4['title'] = "";
|
$g4['title'] = $default['de_admin_company_name'];
|
||||||
include_once(G4_PATH.'/shop.head.php');
|
include_once('./_head.php');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<script src="<?=G4_JS_URL?>/shop.js"></script>
|
<script src="<?=G4_JS_URL?>/shop.js"></script>
|
||||||
@ -99,7 +99,7 @@ include_once(G4_PATH.'/shop.head.php');
|
|||||||
<BR><BR>
|
<BR><BR>
|
||||||
|
|
||||||
<?
|
<?
|
||||||
include G4_SHOP_PATH.'/newwin.inc.php'; // 새창띄우기
|
include_once(G4_SHOP_PATH.'/newwin.inc.php'); // 새창띄우기
|
||||||
|
|
||||||
include_once(G4_PATH.'/shop.tail.php');
|
include_once('./_tail.php');
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user