| 관련상품출력 |
diff --git a/adm/shop_admin/configformupdate.php b/adm/shop_admin/configformupdate.php
index 738c48947..892314262 100644
--- a/adm/shop_admin/configformupdate.php
+++ b/adm/shop_admin/configformupdate.php
@@ -41,6 +41,9 @@ $sql = " update {$g5['g5_shop_default_table']}
de_admin_company_addr = '$de_admin_company_addr',
de_admin_info_name = '$de_admin_info_name',
de_admin_info_email = '$de_admin_info_email',
+ de_include_index = '$de_include_index',
+ de_include_head = '$de_include_head',
+ de_include_tail = '$de_include_tail',
de_root_index_use = '$de_root_index_use',
de_shop_layout_use = '$de_shop_layout_use',
de_shop_skin = '$de_shop_skin',
diff --git a/install/gnuboard5shop.sql b/install/gnuboard5shop.sql
index b3cfb1cbe..6e9428646 100644
--- a/install/gnuboard5shop.sql
+++ b/install/gnuboard5shop.sql
@@ -186,6 +186,9 @@ CREATE TABLE IF NOT EXISTS `g5_shop_default` (
`de_admin_company_addr` varchar(255) NOT NULL DEFAULT '',
`de_admin_info_name` varchar(255) NOT NULL DEFAULT '',
`de_admin_info_email` varchar(255) NOT NULL DEFAULT '',
+ `de_include_index` varchar(255) NOT NULL DEFAULT '',
+ `de_include_head` varchar(255) NOT NULL DEFAULT '',
+ `de_include_tail` varchar(255) NOT NULL DEFAULT '',
`de_root_index_use` tinyint(4) NOT NULL DEFAULT '0',
`de_shop_layout_use` tinyint(4) NOT NULL DEFAULT '0',
`de_shop_skin` varchar(255) NOT NULL DEFAULT '',
diff --git a/shop/index.php b/shop/index.php
index d23ae9090..3b576729a 100644
--- a/shop/index.php
+++ b/shop/index.php
@@ -1,6 +1,12 @@
diff --git a/shop/shop.tail.php b/shop/shop.tail.php
index 810fb5572..a5dde8f2e 100644
--- a/shop/shop.tail.php
+++ b/shop/shop.tail.php
@@ -1,6 +1,12 @@
운영자 -->
통신판매업신고번호
개인정보관리책임자
-
+
부가통신사업신고번호 '.$default['de_admin_buga_no'].''; ?>
Copyright © 2001-2013 . All Rights Reserved.
|