index 파일 등을 지정할 수 있는 기능 추가

This commit is contained in:
chicpro
2015-01-23 10:27:38 +09:00
parent c24082cc95
commit e5f499583c
6 changed files with 97 additions and 21 deletions

View File

@ -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 '',